Credit Reporting

View credit limits, track MTM valuations, and explore credit terms

Credit Facilities

The credit API gives you access to granular information pertaining to your credit facility held with Alpha. The GET credit_facilities endpoint can be used as part of the trade execution flows to check limits, but also independently to connect to any proprietary softwares or third party applications.

Alpha offers Modular credit capabilities, allowing our clients to take advantage of different credit terms based on currency pairs and products. This is visually represented below (one facility can have many terms).

Providing the EntityID parameter allows you to retrieve a facility on a specific entity. If no EntityID is provided, all facilities related to your connection will be returned.

Alternatively, if you have multiple entities within your single API connection, to retrieve information on a specific facility you can provide a FacilityID.

The API provides a view of your facility data including limits, utilisation, available balance, tenor, margin call terms and overall mark-to-market (MTM) position.

⚖️ To book a forward contract you must have an active credit facility with sufficient balance.

Within your credit facility you may have multiple terms, each with individual features. The TermID for all terms on the facility will be returned as part of the response.

To retrieve term information use the GET credit_term endpoint (more details below).

For inquiries about increasing your credit facility or adding new terms, contact [email protected]


Credit Terms

The GET credit_term endpoint provides detailed insights into the specifics of each credit term within your credit facility.

You will need to pass the TermID as a parameter in to the request. To retrieve the relevant TermID use the GET credit_facilities endpoint.

Each term is uniquely tied to a particular set of available currencies, permitted tenors, limits and initial margin and variation margin obligations. You can leverage this service to verify your credit limit before initiating trades or following the booking of a forward contract to gain real-time updates on MTM and available facility balances.


Credit Letter

Obtain a copy of your official credit agreement issued by Alpha, outlining the terms and conditions of your credit arrangement by calling the GET credit_letter endpoint.

To get the credit letter for a specific entity you will need to pass the EntityID in the request. If no EntityID is provided all credit letters will be returned.

You can retrieve your relevant EntityID by calling the GET EntityID endpoint (coming soon).



MTM Reporting

Programatically access your mark-to-market position for all trades executed through our platform or imported into the external trade table. The GET mtm_reporting endpoint provides point in time valuations based on open positions on a specified date (required field).

Customise your query by including parameters such as TermID, CurrencyPair, TradeType, and TradeID to refine your search criteria effectively.

In the absence of additional parameters, the system will automatically return all mark-to-market positions for the designated date.