Newer Version Available
Borrower Income Input
- Root XML tag
- <incomes>
- JSON example
-
1{ 2 "incomes": [ 3 { 4 "extendedFields": [], 5 "externalId": "b19d9372-df99-4eec-9de0-ad785503992d", 6 "incomeSourceType": "Capital Gains", 7 "monthlyIncomeAmount": 100, 8 "name": "Income1" 9 } 10 ] 11} - Properties
-
Name Type Description Required or Optional Available Version extendedFields Extended Fields Input[] Custom fields related to the borrower’s income. Optional 48.0 externalId String Identifier assigned to imported income data by external data source (if applicable). Optional 48.0 id String ID of the borrower’s income. Optional 48.0 incomeSourceType String Source of borrower's monthly non-employment income. Optional 48.0 monthlyIncomeAmount Double Amount of borrower's monthly non-employment income from this source. Optional 48.0 name String Name of the other monthly income. Optional 48.0