Investment entity-related events

For the Investment Entity object, IDM supports webhooks for the following event types:

  • funddata.investment_entity.created: When a new investment entity is created
  • funddata.investment_entity.updated: When an investment entity is updated
  • funddata.investment_entity.deleted: When an investment entity is deleted

Payload:

{
	"type": string,
	"id": string,
	"trackingId": string
}
  • type: event type
  • id: Anduin ID of the object, automatically provided by the system
  • trackingId: optional tracking ID of the object, provided by the user