Skip to content

bank_package.generated

Rito generated a bank financing package — Constanza pre-prepares fiscal structure for the loan; Camino logs the activity.

Senders

  • rito

Receivers

  • camino
  • constanza

Data schema

Each field maps to a type hint. | null indicates an optional field.

json
{
  "dealId": "string",
  "assetClass": "string",
  "requestedLoanAmount": "number",
  "constanzaOrgId": "string | null"
}

Example payload

The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.

json
{
  "dealId": "example-dealId",
  "assetClass": "example-assetClass",
  "requestedLoanAmount": 0,
  "constanzaOrgId": "example-constanzaOrgId"
}

See also


Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.

Red Broom Software Ecosystem