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.

To use the Upload PDF endpoint for this document, you must use pension_award_letter in the form_type parameter.

To learn more about processing pension award letter form type, see Pension Award Letter processing.

JSON attributeData typeDescription
pension_award_letter-General:companyNameTextName of the company issuing the award letter.
pension_award_letter-General:recipientNameTextName of the individual who is the owner of the pension.
pension_award_letter-General:addressTextAddress of the person who receives the pension.
pension_award_letter-General:currentBenefitAmount(Gross)MoneyAmount in pension received by the individual.
pension_award_letter-General:benefitYearTextThe year mentioned in the pension letter.

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
}