Loan attributes and parameters

The table below is the reference information for the API attributes you can use when you create a loan or update a loan. They are the same attributes that show when you receive a response. Required response attributes show in the second table at the bottom.

Request Object: Loan (for POST loan)

Request Object: LoanUpdate (for PUT request)

Request parameters

📘

Important:

When you add a date field in a request, the format must be: yyyy-mm-dd.

These fields include BorrowerDOB and FICODate and must be in this format: 1970-12-05

For fields that are of type Number (decimal), Arix stores 6 decimal points.
For fields that are of type Integer, you shouldn't send a decimal.

AttributeDescription
LoanNumber
string
A customer generated loan number.
Up to 100 characters.
Required
IssuingBankId
string
The ID of the issuing bank.
CRB or BRB.
Required
Platform
string
The entity that is the intermediary between the customer and CRB.
Required
LoanType
string
Select from:
1 - HFS (Hold For Sale)
2 - LTHFS (Long Term Hold For Sale)
4 - CRBRetained (Retained)
Required
NoteDate
string
Date the borrower becomes obligated to pay the loan. Date can be the signing date or the funding date (dependent on the loan documents).

The format must be: yyyy-mm-dd.
Required
BorrowerLastName
string
Borrower's last name.
Required
BorrowerFirstName
string
Borrower's first name.
Required
BorrowerDOB
string
Borrower's date of birth.

The format must be: yyyy-mm-dd.
Required
BorrowerSSN
string
Borrower's Social Security Number.
Required
BorrowerAddress
string
Borrower's address.
Required
BorrowerCity
string
Borrower's city of residence.
Required
BorrowerState
string (2 letter code)
Borrower's State of residence.
Required
BorrowerZip
string (5 digits)
Borrower's zip code.
Required
LoanAmount
number
Gross dollar amount requested.
This amount represents the sum of the origination fee plus (+) net funding amount.
Required
NetFunding
number
Net dollar amount to be funded.
Required
Rate
number
Interest rate, as a percent.
Required
APR
number
Annual percentage interest rate, as a percent.
Required
ServicingBankId
string
ID of the servicing bank.
Optional
BorrowerPhone
string (10 digits)
Borrower's phone number.
Optional
BorrowerEmail
string (52 characters)
Borrower's email address.
Optional
Amortization
integer or null
Number of payments at loan origination to pay off the loan.
Optional
Term
integer or null
Number of months from loan origination to pay off the loan.
Optional
RateType
integer or null
1 - fixed
2- floating

Optional
PriorLoanFlag
string
Red-flag issues in the past, such as bounced checks or insufficient funds.
Y - yes
N - no

Optional
FICO
integer or null
Borrower's 3-digit FICO score used for risk assessment.
Optional
FICODate
string
Date FICO score was obtained.

The format must be: yyyy-mm-dd.
Optional
CreditGrade
string
Internal grade for loan or from credit policy.
Optional
AssetClass
integer or null
Reason for loan.
1 - student
2 - solar
3 - debt consolidation
4 - home improvement
5 - POS (point of service)
6 - medical
7 - auto
99 - other

Optional
LoanPurpose
string
Borrower's stated purpose for the loan.
Optional
Investor
string
Name of investor who will be purchasing the loan.
Leave blank for loans retained by CRB.
Optional
Servicer
string
The entity that handles the servicing of your account, such as billing statements, notices.
Optional
ApplicationDate
string
Date the borrower applied for the loan.

The format must be: yyyy-mm-dd.
Optional
RegBDecisionDate
string
Date the loan was approved.

The format must be: yyyy-mm-dd.
Optional
PurchaseDate
string
Date the lender or investor will purchase the loan from CRB.

The format must be: yyyy-mm-dd.
Optional
PaymentDueDate
string
Date the first payment is due.

The format must be: yyyy-mm-dd.
Optional
ApprovedLoanAmount
number
Dollar amount the borrower was approved to borrow at the time of application. The amount can change before the final loan amount for reasons related to the borrower or lender.
Optional
PeriodicPayment
number
Dollar amount of monthly payments.
Optional
OriginationFee
number
Charge to the borrower for the loan.
Optional
HomeownerFlag
string
Confirm if the borrower is a homeowner.
Yes or No.
Optional
OpenCreditLines
integer or null
Number of open credit lines.
Optional
AnnualIncome
integer or null
Borrower's annual income.
Optional
CreditInquiries12months
integer or null
Number of credit inquiries made on the borrower in the last 12 months.
Optional
DQPast24months
integer or null
Number of times the borrower has paid their loan late in the last 24 months on all accounts.
Optional
PublicRecordsOnFile
integer or null
Number of open public records, such as bankruptcy, tax liens or judgements.
Optional
EmploymentLength
integer or null
Number of years the borrower has been employed at their current job.
Optional
DebtUtilization
number
Percent of available credit used by borrower.
Optional
TotalRevolvingDebt
number
Dollar amount of all revolving debt on the credit report.
Optional
AccountsOpenedPast24months
integer or null
Number of accounts the borrower opened in the last 24 months.
Optional
CollectionsExcludingMedical
integer or null
Number of open collection accounts, not including collections for medical procedures.
Optional
MonthsSinceLastRecord
integer or null
This field indicates the number of months since the last active public record was on their credit report.
A public record may indicate that a borrower stopped paying bills.
Optional
Employer
string
Name of employer.
Optional
DTI
decimal
Debt to Income Ratio
Ratio of total monthly payment obligations divided by the monthly income as a decimal, not as a percent. It is calculated differently for each credit policy.

It must be submitted as a decimal.
Optional
MLAFLAG
string
If the loan is being made to a covered borrower.
Yes or No.
Optional
MAPR
string
Military APR
A standard calculation used by lenders for loans covered by the Department of Defense's Military Lending Act & Regulation Z.

MAPR is required if MLAFLAG = Yes

For more information, see: https://www.fdic.gov/regulations/compliance/manual/5/V-13.1.pdf
Optional
ReceiverName
string
Name of party receiving funds via ACH.
Optional
SameDayFlag
integer or null
If the loan being funded via ACH or same-day ACH. (Same-day ACH requires set up by CRB).
Optional
AddendaRecord
string
Additional record used for information purposes.
Optional
CoBorrowerFirstName
string
Coborrower's first name.
Optional
CoBorrowerLastName
string
Coborrower's last name.
Optional
CoBorrowerDOB
string
Coborrower's date of birth.

The format must be: yyyy-mm-dd.
Optional
CoBorrowerSSN
string
Coborrower's Social Security Number.
Optional
CoBorrowerAddress
string
Coborrower's address.
Optional
CoBorrowerCity
string
Coborrower's city of residence.
Optional
CoBorrowerState
string (2 letter code)
Coborrower's State of residence.
Optional
CoBorrowerZip
string (5 digits)
Coborrower's zip code.
Optional
CoBorrowerPhone
string (10 digits)
Coborrower's phone number.
Optional
CoBorrowerEmail
string (41 characters)
Coborrower's email address.
Optional
CoBorrowerFICO
integer or null
Coborrower's FICO score.
Optional
MerchantName
string
Merchant's name.
Optional
MerchantFee
number
Dollar amount paid to merchant.
Optional
RefundAmount
number
Refund amount.
Optional
RefundDate
string
Refund date.

The format must be: yyyy-mm-dd.
Optional
FinalPaymentDate
string
Date due for final loan payment.

The format must be: yyyy-mm-dd.
Optional
FinalPayment
number
Dollar amount of final payment.
Optional
FinanceCharge
number
Finance charge paid by the borrower.
Optional
TotalPayments
number
Total paid by the borrower after all the payments were made.
Optional
PPY
number
Number of payments per year.
Optional
PaymentFrequency
Integer or null
Frequency of payments:
1 - weekly
2 - semi-monthly
3 - monthly
4 - bi-monthly
5 - other
6 - bi-weekly

Optional
StandardEntryTypeCode
string
PPD - consumer accounts.
CCD - corporate accounts.
Optional
InterestAccrualMethodDays
integer or null
365 (days).
Optional
SubpoolId
string
ID of the subpool that the loan belongs to.
Optional
Program
string
MPL defined program that the loan belongs to.
Optional
Field1
string
Reserved for submitter's IP address

Required
Field2
string
Reserved for
"{
""OFAC decision"":""True|False"",
""OFAC decision source"":""""
}"
Required
Field3
string
Reserved for
"{
{
"CIP Decision": "NonDocumentary, Documentary,Other",
"CIP Vendors used": {
"CIP KYC vendor": "Socure",
"CIP bank account vendor": "Plaid"
},
"CIP Documents used": {
"CIP Document": "Driving license",
"CIP Seconday Document": "Utility Bill"
},
"CIP Verification used": {
"OCR": "Mitek",
"Fraud": "Experian Fraud",
"Phone number": "White pages"
}
},
"CIPCollectionMethod": {
"Name": "FromCustomerviaApplication|FromCustomerviaLeadGenerator|FromExternalSource",
"Address": "FromCustomerviaApplication|FromCustomerviaLeadGenerator|FromExternalSource",
"DOB": "FromCustomerviaApplication|FromCustomerviaLeadGenerator|FromExternalSource",
"SSN": "FromCustomerviaApplication|FromCustomerviaLeadGenerator|FromExternalSource",
"CIPCollectionMethodExternalSource": "CreditReport - this field is required if the method of collection is from an external source; CreditReport is an example"
}
}"
Required
Field4
string
Reserved for loan agreement version
Required
Field5
string
Reserved for credit decisioning parameters
"{
"RevolvingLineFirstAppearance":"yes/no",
"RevolvingLineGUID":"ID From Origination/First Appearance",
"RevolvingLineBalanceAsOfWhenCallingCRB":",
"FloridaStampTaxCollectedFromCustomer":"Y/N",
"FloridaStampTaxAmount":"0.00" | null,
"FloridaStampTaxRateUsed":"0.0035" | null,
"DiscountedLoan":"Y|N",
"Purchase discount":"N%",
"CreditPolicyVersion":"v1.0"| null,
"CreditModelVersion":"v1.0"| null
}"
Required for any credit information requested by CRB
Field6
string
Required for business information

See standard json format below
Field7
string
Reserved for business owner Information
Collect information on controlling person and business owners who own 25% or more.
For SBA loans the threshold is 20%.

See standard json format below
Field8
string
Open field for text.
Up to 6,000 characters.
Optional
Field9
string
Reserved for fraud vendor raw response
Up to 6,000 characters.
Optional
Field10
string
Open field for text.
Up to 6,000 characters.
Optional
Field11
string
Open field for text.
Up to 6,000 characters.
Optional
Field12
string
Open field for text.
Up to 6,000 characters.
Optional
Field13
string
Open field for text.
Up to 6,000 characters.
Optional
Field14
string
Open field for text.
Up to 6,000 characters.
Optional
Field15
string
Open field for text.
Up to 6,000 characters.
Optional
Field16
string
Reserved for second look investors raw response
Up to 6,000 characters.
Optional
Field17
string
Open field for text.
Up to 6,000 characters.
Optional
Field18
string
Open field for text.
Up to 6,000 characters.
Optional
Field19
string
Open field for text.
Up to 6,000 characters.
Optional
Field20
string
Open field for text.
Up to 6,000 characters.
Optional
Field21
byte [ ]
Optional addition of loan information.
Byte array in Base 64. Up to 8,000 characters.
Optional
Rails
List {RailTransaction}
Click rail transactions for information on rails.
Required

Field 6 Standard Format

{
    "name": "business name",
    "tin": "EIN/SSN",
    "incDate": "2008-01-01",
    "stateIncorp": "AZ",
    "countryDomicile": "US",
    "phone": "4805477526",
    "email": "business email",
    "address": "business address",
        "city": "business city",
    "state": "business state",
    "zipCode": "business zip",
    "physicalAddress": "the complete physical address of the business if different to the business address. Cannot be PO Box or TBD",
         "payroll": "Average monthly payroll",
    "businessType": "Business Entity Type - Sole proprietor,Partnership, C-Corp, S-Corp, LLC, Independent contractor, Eligible self-employed individual,501(c)(3) nonprofit, 501(c)(19) veterans organization, Tribal business (sec. 31(b)(2)(C) of Small Business Act), Other",
    "businessPurpose": "Business purpose / description",
    "industry": "xxx",
    "naicsCode": "xxx",
    "franchise": "Yes/No",
    "RegisteredTradingNames": "",
    "ProductServicesOffered": "",
    "InsuranceType": "",
    "AuthorisedSignatory": "",
    "AuthorisedSignatoryVerificationMethod": "",
    "BusinessLicenseInformation": "",
    "BusinessWebSiteVerification": "Yes|No",
    "BusinessAnnualTurnOver": "Gross Annual Revenue, cannot be null",
    "BusinessPricingDetails": {
        "pricingTier2": "",
    "pricingTier3": ""
    },
    "BusinessCreditLimit": {
        "ConsumerCreditLimit": "",
        "DailyCreditLimit": "",
        "BusinessApprovalException": "Y|N"
    }
}

Field 7 Standard Format

[
    {
        "name": "owner Name",
        "ownershipPer": 24,
        "tin": "SSN|EIN|TIN",
        "address": "owner address",
        "city": "owner city",
        "state": "ownerstate",
        "zipCode": "owner zip",
        "dob": "YYYY-MM-dd",
        "phone": "owner phone",
                "OwnerFico": 700,
        "CIP Decision": "NonDocumentary, Documentary,Other",
        "CIP Vendors used": {
            "CIP KYC vendor": "eg Socure",
            "CIP bank account vendor": "eg Plaid"
        },
        "CIP Documents used": {
            "CIP Document": "eg for a person a Driving license",
            "CIP Secondary Document": "eg for a person Utility Bill"
        },
        "OFAC decision":"True|False",
        "OFAC decision source":"",  
        "CIP Verification used": {
            "OCR": "eg Mitek",
            "Fraud": "eg Experian Fraud",
            "Phone number": "eg White pages",
            "type": "Owner | Control person",
            "citizenship": "US",
            "residencyType": "Permanent Resident Alien | Non-Immigrant Alien | Illegal Alien"
        }
    },
    {}
]

Any vendors noted above are provided for illustration only.

Response attributes

AttributeDescription
Status
string
The status of a loan.
See Enums for response statuses.
TimeStamp
string
Timestamp of the update.
Id
GUID
Unique identifier for the loan.
MPLId
string
ID of the MPL.
Date
string
Date of the transaction.