Mortgage note
A mortgage note is a legal document that sets out all the terms of the mortgage between a borrower and their lending institution. It includes terms such as: the total amount of the home loan and the down payment amount whether monthly or bimonthly payments are required.
The form_type
parameter MORTGAGE_NOTE
for the Upload PDF endpoint is required for this Form Type.
Optional fields captured
Configuration-driven output
All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.
JSON Attribute | Data Type | Description |
---|---|---|
mortgage_note-Part1-General:mortgagorName | Text | Mortgagor Name |
mortgage_note-Part1-General:mortgagorAddress:addressLine1 | Text | Mortgagor Address |
mortgage_note-Part1-General:mortgagorAddress:addressLine2 | Text | Mortgagor Address |
mortgage_note-Part1-General:mortgagorAddress:city | City | Mortgagor Address |
mortgage_note-Part1-General:mortgagorAddress:state | State | Mortgagor Address |
mortgage_note-Part1-General:mortgagorAddress:zipCode | ZIP Code | Mortgagor Address |
mortgage_note-Part1-General:mortgageeName | Text | Mortgagee Name |
mortgage_note-Part1-General:mersNumber | Text | MERS Number |
mortgage_note-Part1-General:fhaCaseNumber | Text | FHA Case Number |
mortgage_note-Part2-AmountsAndDate:principalBalanceAmount | Money | Principal Balance Amount |
mortgage_note-Part2-AmountsAndDate:interestRate | Percentage | Interest Rate |
mortgage_note-Part2-AmountsAndDate:firstPaymentDate | Date | First Payment Date |
mortgage_note-Part2-AmountsAndDate:maturityDate | Date | Maturity Date |
mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine1 | Text | Property Address |
mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine2 | Text | Property Address |
mortgage_note-Part3-PropertyDetails:propertyAddress:city | City | Property Address |
mortgage_note-Part3-PropertyDetails:propertyAddress:state | State | Property Address |
mortgage_note-Part3-PropertyDetails:propertyAddress:zipCode | ZIP Code | Property Address |
Sample form
Sample JSON result
{
"status":200,
"response":{
"pk":45706571,
"uuid":"f1039a10-345d-4c48-83a2-a015db9ed383",
"forms":[
{
"pk":40495257,
"uuid":"a98a146b-7800-4b1d-b996-05b973f1b24b",
"form_type":"MORTGAGE_NOTE",
"form_config_pk":111904,
"tables":[
],
"raw_fields":{
"mortgage_note-Part1-General:mersNumber":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:fhaCaseNumber":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgageeName":{
"value":"ABC UNITED COMPANY",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part2-AmountsAndDate:interestRate":{
"value":"3.25%",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part2-AmountsAndDate:maturityDate":{
"value":"07/07/2030",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part2-AmountsAndDate:firstPaymentDate":{
"value":"07/07/2021",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part3-PropertyDetails:propertyAddress:city":{
"value":"ANYTOWN",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part2-AmountsAndDate:principalBalanceAmount":{
"value":"300000.00",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part3-PropertyDetails:propertyAddress:state":{
"value":"NY",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part3-PropertyDetails:propertyAddress:zipCode":{
"value":"10001",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine1":{
"value":"123 MAIN STREET",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine2":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorName":{
"value":"YOUR NAME",
"is_empty":false,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorAddress:city":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorAddress:state":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorAddress:zipCode":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorAddress:addressLine1":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
},
"mortgage_note-Part1-General:mortgagorAddress:addressLine2":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"mortgage_note_(9).pdf"
}
}
}
]
},
"message":"OK"
}
Updated 7 months ago