The company object represents a company of Peach which uses some of Peach's applications.
It contains metadata about the company and configuration settings for how the applications should function.
Represents a loan. A loan always belongs to a borrower, and most of the interactions between a lender and a borrower are associated with a particular loan.
Represents a loan. A loan always belongs to a borrower, and most of the interactions between a lender and a borrower are associated with a particular loan.
{ "company": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "agentAuthType": "basic", "agentAuthValueType": "email", "appDomains": [ … ], "bankruptcyPolicy": true, "bankruptcyServiceId": 0, "borrowerAuthType": "basic", "borrowerAuthValueType": "email", "brandName": "string", "config": { … }, "deceasedPolicy": true, "deceasedServiceId": 0, "domainName": "string", "femaPolicy": true, "femaServiceId": 0, "legalName": "string", "name": "string", "object": "company", "ofacServiceId": 0, "rndServiceId": 0, "scraServiceId": 0, "shortDomainName": "string", "slug": "string", "status": "active", "timezone": "string", "tokenizationKeyId": 0, "type": "string" }, "loan": { "id": "string", "loanTypeId": "string", "additionalBorrowers": [ … ], "assetDisplayName": "string", "cancellationReason": "technicalIssue", "declineReason": { … }, "displayId": "string", "endDate": "2019-08-24", "externalId": "string", "labels": [ … ], "metaData": {}, "timestamps": { … }, "assetType": "personalClosedEndUnsecured", "chargedOffReason": "term", "companyId": "string", "mainBorrowerId": "string", "migration": { … }, "amountsValidation": { … }, "aprEffectiveAtActivation": 0.1, "aprNominalAtActivation": 0.1, "atActivation": { … }, "atOrigination": { … }, "current": { … }, "isClosed": true, "muteLoanNotices": true, "nickname": "string", "object": "installment", "ratesValidation": { … }, "servicedBy": "creditor", "status": "pending", "type": "installment", "autopayData": {}, "balances": { … }, "creditReporting": { … }, "daysOverdue": 0, "daysToChargeOff": 0, "futureBalances": { … }, "investors": [ … ], "loanType": { … }, "overdueAmount": 0, "overdueSummary": { … }, "people": [ … ], "transactions": [ … ] }, "person": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "borrowerType": "person", "collectionsIntensity": "light", "commPreferences": { … }, "companyId": "string", "displayId": "string", "externalId": "string", "metaData": {}, "monitorStartDate": "2019-08-24", "status": "active", "statusUpdatedAt": "2019-08-24T14:15:22Z", "user": { … }, "dateOfBirth": "2019-08-24", "name": { … }, "object": "person", "identities": [ … ], "address": { … } } }