Order Document Uploaded

When a document is uploaded in Anduin

Event name fundsub.order.document.uploaded

Payload

{
  "event": string,
  "createdAt": string, // example: "2024-10-20T07:52:28.696629792Z"
  "fundId": string,
  "orderId": string,
  "fileIds": Array[string],
  "docType": string,
  "subscriptionDocVersion": int, // only available for LP_SIGNED_DOC or FILLED_FORM event
  "supportingDocInfo": { // only available for SUPPORTING_DOC event
    "docGroup": string,
    "docName": string
  }
}

Currently, we are supporting the following docType:

  • "LP_SIGNED_DOC"
  • "FILLED_FORM"
  • "COUNTERSIGNED_DOC"
  • "DISTRIBUTED_DOC"
  • "SUPPORTING_DOC"