Skip to content

Filing JSON

jcadam14 edited this page Apr 15, 2024 · 12 revisions
{
  "id": 1,
  "lei": "123456ABCDEF",
  "filing_period": "2024",
  "institution_snapshot_id": "v1",
  "contact_info": {
      "id": 1,
      "first_name": "John",
      "last_name": "Doe",
      "email": "test@cfpb.gov",
      "phone": "+15555555555",
      "hq_address_street_1": "123 Main Ln",
      "hq_address_street_2": "", #will not be present if empty
      "hq_address_street_3": "", #will not be present if empty
      "hq_address_street_4": "", #will not be present if empty
      "hq_address_city": "Washington",
      "hq_address_state": "DC",
      "hq_address_zip": "20010"
   }
   "confirmation_id": "123456ABCDEF-5-2024-04-01-2024",
   "creator": {
          "id": 1,
          "user_id": "ABCD-EFGH-1234-5678",
          "user_name": "Test User",
          "user_email": "testuser@somedomain.com",
          "timestamp": "2024-04-10T00:00:00",
          "action_type": "CREATE_FILING"
   },
   "signatures": [
       {
          "id": 4,
          "user_id": "ABCD-EFGH-1234-5678",
          "user_name": "Test User",
          "user_email": "testuser@somedomain.com",
          "timestamp": "2024-04-10T11:00:00",
          "action_type": "SIGN"
       }
   ]
}