Skip to content

Instantly share code, notes, and snippets.

@pradeepwebonise
Last active October 15, 2018 18:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pradeepwebonise/11ddcc6b70a2ab76839ad9e714b8a7e7 to your computer and use it in GitHub Desktop.
{"loan": {
"leaseId": null,
"userId": "101",
"status": "",
"property": {
"appraisal": {
"softMarketInd": true
},
"propertyType": null,
"purchasePrice": 0,
"lotSize": 0,
"yearBuilt": 0,
"state": null,
"occupancy": null,
"resaleRestrictionInd": false,
"builtOnSiteInd": false,
"distanceInMilesToMajorMarket": false,
"fhaLoanLimit": 0,
"fhfaLoanLimit": 0,
"sellerDiscountPercent": 0,
"newConstructionInd": false
},
"borrowers": [
{
"borrowerNumber": 1,
"firstName": null,
"lastName": null,
"subjectPropertyOccupancy": null,
"citizenshipStatus": null,
"income": {
"documentationType": "",
"monthlyAmount": 0,
"selfEmployedIndicator": false,
"timeInJobMonths": false
},
"creditHistory": {
"creditScores": [
null,
null,
null
],
"bankruptcyInd": false,
"foreclosureInd": false,
"shortSaleInd": false,
"deedInLieuInd": false,
"indicatorCreditScore": false
},
"coBorrInd": false,
"jobLossInd": false,
"medicalHardshipInd": false,
"separationDivorceInd": false,
"rentingInd": false,
"extenuatingCircumstancesInd": false,
"indicatorCreditScore": false
},
{
"borrowerNumber": 2,
"firstName": null,
"lastName": null,
"subjectPropertyOccupancy": null,
"citizenshipStatus": null,
"income": {
"documentationType": "",
"monthlyAmount": 0,
"selfEmployedIndicator": false,
"timeInJobMonths": false
},
"creditHistory": {
"creditScores": [
null,
null,
null
],
"bankruptcyInd": false,
"foreclosureInd": false,
"shortSaleInd": false,
"deedInLieuInd": false,
"indicatorCreditScore": false
},
"coBorrInd": true,
"jobLossInd": false,
"medicalHardshipInd": false,
"separationDivorceInd": false,
"rentingInd": false,
"extenuatingCircumstancesInd": false,
"indicatorCreditScore": false
}
],
"loanProduct": {
"type": "FHA LBAM"
},
"lenderMarket": {
"marketApprovalDate": "",
"monthsInMarket": 0,
"portfolioConcentrationInMSA": 0,
"projectConcentration": 0
},
"subLeaseInd": false,
"loanCreditScore": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment