Axiomatic
Finance

Waterfall

Waterfall distribution

Authentication

Authenticate with Authorization: Bearer ak_... — see API keys. Entity-scoped routes use entityId in the query or body; a mismatched entityId returns 403.

Endpoints

MethodPathDescription
GET/api/waterfall?entityId=Run waterfall distribution
POST/api/waterfallCreate waterfall

Run waterfall distribution

GET /api/waterfall?entityId={entityId}

Runs waterfall distribution and returns allocation results. Supports waterfallId, period, and other parameters.

Create waterfall

POST /api/waterfall

Body: { "entityId", "name", "tiers", "participants", ... }