Event types

com.alterspective.treasurer.forecast.issued.v1 from treasurer-cashflow-publisher 0 consumers

A new cashflow forecast has been issued.

Producer
treasurer-cashflow-publisher (https://alterspective.com.au/services/treasurer-cashflow-publisher)
Consumers
none declared
Schema
#/components/schemas/CloudEventEnvelope
Example payload
{
  "specversion": "1.0",
  "id": "01935a4f-3c2d-7b9e-8f51-9a3b4c5d6e7f",
  "source": "https://alterspective.com.au/services/treasurer-cashflow-publisher",
  "type": "com.alterspective.treasurer.forecast.issued.v1",
  "subject": "forecast/2026-05-26",
  "time": "2026-05-26T00:00:00Z",
  "datacontenttype": "application/json",
  "correlationid": "01935a4f-3c2d-7b9e-8f51-aaaaaaaaaaaa",
  "causationid": "",
  "tenantid": "",
  "data": {
    "forecastDate": "2026-05-26",
    "horizonMonths": 12,
    "currency": "AUD"
  }
}
com.alterspective.treasurer.forecast.revised.v1 from treasurer-cashflow-publisher 0 consumers

An existing forecast has been revised.

Producer
treasurer-cashflow-publisher (https://alterspective.com.au/services/treasurer-cashflow-publisher)
Consumers
none declared
Schema
#/components/schemas/CloudEventEnvelope
Example payload
{
  "specversion": "1.0",
  "id": "01935a4f-3c2d-7b9e-8f51-9a3b4c5d6e80",
  "source": "https://alterspective.com.au/services/treasurer-cashflow-publisher",
  "type": "com.alterspective.treasurer.forecast.revised.v1",
  "subject": "forecast/2026-05-26",
  "time": "2026-05-26T01:00:00Z",
  "datacontenttype": "application/json",
  "correlationid": "01935a4f-3c2d-7b9e-8f51-aaaaaaaaaaaa",
  "causationid": "01935a4f-3c2d-7b9e-8f51-9a3b4c5d6e7f",
  "tenantid": "",
  "data": {
    "forecastDate": "2026-05-26",
    "revisionReason": "updated AR collections from Xero"
  }
}

Services

treasurer-cashflow-publisher pilot ok

https://alterspective.com.au/services/treasurer-cashflow-publisher

Emits (2)

  • com.alterspective.treasurer.forecast.issued.v1
  • com.alterspective.treasurer.forecast.revised.v1

Consumes (0)

none

About this catalog

Static index of every event type and service across the Alterspective event architecture. Sources are scanned from the docs/api/asyncapi.yaml file of each consuming repo listed in catalog.config.json.

Standard: EVENT-ARCHITECTURE-STANDARDS.md in the Alterspective-Intelligence repo (EVT-CAT-06 — Discoverable Catalog).

This is the static viewer (option A from the UI options). It does not show runtime data (DLQ depth, throughput, traces). For runtime visibility see Azure Portal → SignalR / Service Bus, and the events_outbox tables of each app.