Created
October 6, 2020 13:51
-
-
Save AndersonZacharyT/0f351945899f4e74947c333376be6bb6 to your computer and use it in GitHub Desktop.
ojo-guided-submission-schema-v1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer_id": "customerId123", | |
"event_name": "mortgage_movojo_confirmation_event", | |
"attributes": { | |
"offers": [ | |
{ | |
"lender": "ConsumerDirect Mortgage, a division of First Bank", | |
"lenderId": 8087, | |
"productRate": "2.875", | |
"productAPR": "2.944", | |
"points": 1, | |
"estimatedPayment": 1, | |
"fees": "2,215", | |
"nmls": "1743443", | |
"stateLicense": null, | |
"logoUrl": "https:\/\/www.brimg.net\/system\/img\/inst\/8087_logo.gif", | |
"productDesc": "30 yr fixed-1 point", | |
"isFeatured": "No" | |
}, | |
{ | |
"lender": "Movement Mortgage", | |
"lenderId": 11754, | |
"productRate": "2.750", | |
"productAPR": "2.960", | |
"points": 0.75, | |
"estimatedPayment": 1, | |
"fees": "8,759", | |
"nmls": "39179", | |
"stateLicense": null, | |
"logoUrl": "https:\/\/www.brimg.net\/system\/img\/inst\/11754_logo.gif", | |
"productDesc": "30 year VA", | |
"isFeatured": "No" | |
} | |
], | |
"submittedOffers": [ | |
{ | |
"lender": "ConsumerDirect Mortgage, a division of First Bank", | |
"lenderId": 8087, | |
"productRate": "2.875", | |
"productAPR": "2.944", | |
"points": 1, | |
"estimatedPayment": 1, | |
"fees": "2,215", | |
"nmls": "1743443", | |
"stateLicense": null, | |
"logoUrl": "https:\/\/www.brimg.net\/system\/img\/inst\/8087_logo.gif", | |
"productDesc": "30 yr fixed-1 point", | |
"isFeatured": "No" | |
}, | |
{ | |
"lender": "Movement Mortgage", | |
"lenderId": 11754, | |
"productRate": "2.750", | |
"productAPR": "2.960", | |
"points": 0.75, | |
"estimatedPayment": 1, | |
"fees": "8,759", | |
"nmls": "39179", | |
"stateLicense": null, | |
"logoUrl": "https:\/\/www.brimg.net\/system\/img\/inst\/11754_logo.gif", | |
"productDesc": "30 year VA", | |
"isFeatured": "No" | |
} | |
], | |
"isDigitalLender": true, | |
"digitalLenderRedirectUrl": "www.redirect.com", | |
"zipCode": "90210", | |
"email": "[email protected]", | |
"firstName": "Firstie", | |
"loanAmount": 328000, | |
"loanAmountRange": "$320,001 to $340,000", | |
"loanType": "purchase", | |
"propertyType": "Single Family Home", | |
"creditProfileDescription": "740+", | |
"isFirstPropertyPurchase": "Yes", | |
"propertyPurchaseSituation": "Signed a Purchase Agreement", | |
"propertyUse": "Primary Home", | |
"purchasePriceRange": "$400,001 to $420,000", | |
"downPaymentPercent": "20% Down", | |
"rateTypeDesired": "Fixed", | |
"grossAnnualIncomeRange": "$50,001 to $75,000", | |
"isMilitaryMember": "Yes", | |
"employmentStatus": "Employed", | |
"hasFiledBankruptcy": "Yes", | |
"isWorkingWithRealtor": "Yes", | |
"marketName": "Los Angeles", | |
"marketState": "CA", | |
"propertyAddress": null, | |
"propertyCity": "Los Angeles", | |
"propertyState": "CA", | |
"propertyZip": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment