Pension Award Letter
This award letter is issued annually by the state or government agency detailing the pension benefits earned by an individual. Pension award letters are commonly used in the mortgage industry, especially for income verification.
Learn more about how we process pension award letters here.
JSON attribute | Data type | Description |
---|---|---|
pension_award_letter-General:companyName | Text | Name of the company issuing the award letter |
pension_award_letter-General:recipientName | Text | Name of the individual who is the owner of the pension |
pension_award_letter-General:address | Text | Address of the person who receives the pension |
pension_award_letter-General:currentBenefitAmount(Gross) | Money | Amount in pension received by the individual |
pension_award_letter-General:benefitYear | Text | Year from which the pension letter refers to |
Sample Form
The below Ocrolus sample PDF (input) matches the below sample JSON result (output).
Sample JSON result
{
"pk": 14439113,
"uuid": "6ac18ee4-fd00-400d-9655-530a65b52bcc",
"name": "Pension Award Letter Output",
"created": "2021-10-26T20:45:14Z",
"created_ts": "2021-10-26T20:45:14Z",
"verified_pages_count": 1,
"book_status": "ACTIVE",
"id": 14439113,
"forms": [
{
"pk": 31551213,
"uuid": "5ba6aa7d-457c-4af7-865d-bbed9f9dbe24",
"form_type": "PENSION_AWARD_LETTER",
"raw_fields": {
"pension_award_letter-General:address": {
"value": "474 BOSTON POST ROAD, NORTH WINDHAM CT 62056",
"is_empty": false,
"alias_used": null,
"source_filename": "Pension Award Letter Sample 1.pdf"
},
"pension_award_letter-General:benefitYear": {
"value": "2019",
"is_empty": false,
"alias_used": null,
"source_filename": "Pension Award Letter Sample 1.pdf"
},
"pension_award_letter-General:companyName": {
"value": "NEW YORK CITY POLICE PENSION FUND",
"is_empty": false,
"alias_used": null,
"source_filename": "Pension Award Letter Sample 1.pdf"
},
"pension_award_letter-General:recipientName": {
"value": "DOROTHY VASQUEZ",
"is_empty": false,
"alias_used": null,
"source_filename": "Pension Award Letter Sample 1.pdf"
},
"pension_award_letter-General:currentBenefitAmount(Gross)": {
"value": "4474.53",
"is_empty": false,
"alias_used": null,
"source_filename": "Pension Award Letter Sample 1.pdf"
}
},
"form_config_pk": 21561,
"tables": []
}
],
"book_is_complete": true
}
Updated 3 months ago