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 AttributeData TypeDescription
mortgage_note-Part1-General:mortgagorNameTextMortgagor Name
mortgage_note-Part1-General:mortgagorAddress:addressLine1TextMortgagor Address
mortgage_note-Part1-General:mortgagorAddress:addressLine2TextMortgagor Address
mortgage_note-Part1-General:mortgagorAddress:cityCityMortgagor Address
mortgage_note-Part1-General:mortgagorAddress:stateStateMortgagor Address
mortgage_note-Part1-General:mortgagorAddress:zipCodeZIP CodeMortgagor Address
mortgage_note-Part1-General:mortgageeNameTextMortgagee Name
mortgage_note-Part1-General:mersNumberTextMERS Number
mortgage_note-Part1-General:fhaCaseNumberTextFHA Case Number
mortgage_note-Part2-AmountsAndDate:principalBalanceAmountMoneyPrincipal Balance Amount
mortgage_note-Part2-AmountsAndDate:interestRatePercentageInterest Rate
mortgage_note-Part2-AmountsAndDate:firstPaymentDateDateFirst Payment Date
mortgage_note-Part2-AmountsAndDate:maturityDateDateMaturity Date
mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine1TextProperty Address
mortgage_note-Part3-PropertyDetails:propertyAddress:addressLine2TextProperty Address
mortgage_note-Part3-PropertyDetails:propertyAddress:cityCityProperty Address
mortgage_note-Part3-PropertyDetails:propertyAddress:stateStateProperty Address
mortgage_note-Part3-PropertyDetails:propertyAddress:zipCodeZIP CodeProperty 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"
}