Skip to content

Filing JSON

guffee23 edited this page Jan 16, 2025 · 14 revisions
{
    "id": 1,
    "lei": "123456ABCDEF",
    "filing_period": "2024",
    "institution_snapshot_id": "v1",
    "is_voluntary": "true",
    "contact_info": {
        "id": 1,
        "first_name": "John",
        "last_name": "Doe",
        "email": "[email protected]",
        "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": "[email protected]",
        "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": "[email protected]",
            "timestamp": "2024-04-10T11:00:00",
            "action_type": "SIGN"
        }
    ],
    "state": "OPEN",
    "reopens": [
        {
            "id": 8,
            "user_id": "ABCD-EFGH-1234-5678",
            "user_name": "Test User",
            "user_email": "[email protected]",
            "timestamp": "2024-04-10T12:00:00",
            "action_type": "REOPEN"
        }
    ]
}
Clone this wiki locally