Closing Protection Letter
A closing protection letter forms a contract between a title insurance underwriter and a lender, in which the underwriter agrees to indemnify the lender for actual losses caused by certain kinds of misconduct by the closing agent.
The form_type
parameter CLOSING_PROTECTION_LETTER
for the Upload PDF endpoint is required for this Form Type.
Field descriptions
The following fields are available on this form type:
JSON Attribute | Data Type | Description |
---|---|---|
closing_protection_letter-Part1-General:nameOfAddressee | Text | Name Of Addressee |
closing_protection_letter-Part1-General:addresseeStreetAddress:addressLine1 | Text | Addressee Street Address |
closing_protection_letter-Part1-General:addresseeStreetAddress:addressLine2 | Text | Addressee Street Address |
closing_protection_letter-Part1-General:addresseeStreetAddress:city | City | Addressee Street Address |
closing_protection_letter-Part1-General:addresseeStreetAddress:state | State | Addressee Street Address |
closing_protection_letter-Part1-General:addresseeStreetAddress:zipCode | ZIP Code | Addressee Street Address |
closing_protection_letter-Part1-General:documentDate | Date | Document Date |
closing_protection_letter-Part1-General:nameOfAgency | Text | Name Of Agency |
closing_protection_letter-Part1-General:buyerName | Text | Buyer Name |
closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:addressLine1 | Text | Buyer Property Address |
closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:addressLine2 | Text | Buyer Property Address |
closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:city | City | Buyer Property Address |
closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:state | State | Buyer Property Address |
closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:zipCode | ZIP Code | Buyer Property Address |
closing_protection_letter-Part2-PropertyDetails:closingDate | Date | Closing Date |
closing_protection_letter-Part2-PropertyDetails:loanNumber | Text | Loan Number |
closing_protection_letter-Part2-PropertyDetails:fileNumber | Text | File Number |
closing_protection_letter-Part2-PropertyDetails:aggregateFunds$ | Money | Aggregate Funds $ |
Sample form
Sample JSON result
{
"status":200,
"response":{
"pk":30317235,
"uuid":"42d1727a-d8e0-48e6-b462-aa55b926471b",
"name":"Closing protection letter",
"created":"2023-03-06T17:23:47Z",
"created_ts":"2023-03-06T17:23:47Z",
"verified_pages_count":4,
"book_status":"ACTIVE",
"id":30317235,
"forms":[
{
"pk":44715050,
"uuid":"2d6ee71a-3b69-406b-a8f5-f9a46542001e",
"uploaded_doc_pk":52507573,
"form_type":"CLOSING_PROTECTION_LETTER",
"raw_fields":{
"closing_protection_letter-Part1-General:buyerName":{
"value":"JANE SAMPLE",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:documentDate":{
"value":"05/05/2022",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:nameOfAgency":{
"value":"BLANK TITLE INSURANCE COMPANY",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:nameOfAddressee":{
"value":"ABC MORTGAGE COMPANY",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:fileNumber":{
"value":"ABC12345",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:loanNumber":{
"value":"123456789",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:closingDate":{
"value":"05/20/2022",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:aggregateFunds$":{
"value":"50000.00",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:addresseeStreetAddress:city":{
"value":"ANY CITY",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:addresseeStreetAddress:state":{
"value":"NY",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:addresseeStreetAddress:zipCode":{
"value":"12345",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:city":{
"value":"RICHMOND",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:state":{
"value":"VA",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:addresseeStreetAddress:addressLine1":{
"value":"123 MAIN STREET",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part1-General:addresseeStreetAddress:addressLine2":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:zipCode":{
"value":"12345",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:addressLine1":{
"value":"123 SAMPLE STREET",
"is_empty":false,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
},
"closing_protection_letter-Part2-PropertyDetails:buyerPropertyAddress:addressLine2":{
"value":"",
"is_empty":true,
"alias_used":null,
"source_filename":"Closing Protection Letter - API Sample.pdf"
}
},
"form_config_pk":140732,
"tables":[
]
}
],
"book_is_complete":true
},
"message":"OK"
}
Updated 3 months ago