Subscription Documents

Depending on the nature of the instrument, your clients will need to sign subscription documents. The executed Limited Partnership (LP) subscription agreement can then be accessed conveniently through the Reporting Documents API.

    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "party_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "order_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "string",
      "description": "string",
      "document_type": "quarterly_report",
      "document_subtype": "string",
      "document_url": "string",
      "signed_document_url": "string",
      "signatures": [
        {
          "signed_by_individual": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
          "signed_at": "2023-08-03T04:08:15.819Z",
          "original_document_hash": "string",
          "signed_with_initials": "string",
          "metadata": {}
        }
      ],
      "signed_status": "signed",
      "created_at": "2023-08-03T04:08:15.819Z",
      "updated_at": "2023-08-03T04:08:15.819Z"
    }