Skip to main content
The portfolio endpoints give investors a full picture of their holdings — current positions, trade history, tranche performance, and underlying pool metrics. This recipe shows how to fetch each layer of data.

Overview


Step 1 — Fetch Your Holdings

Returns a list of all tranches you currently hold, with quantity and tranche details.
Response

Step 2 — View Portfolio Summary

Aggregated totals across all your holdings — useful for a dashboard view.
Response

Step 3 — Pull Full Portfolio Reports

The reports endpoint returns all data in one call: your holdings, trade history, tranche-level performance analytics, and pool-level metrics from the latest completed calculation job.
Response
tranche_performance and pool_metrics are populated from the latest completed ALM calculation job. If no job has completed for a deal, those arrays will be empty for that deal.

Exploring the Deal Marketplace

Before investing, browse available deals on the marketplace:
Returns all deals currently open for investment with tranche details and pricing.

What’s Next