added

New Hedging and Credit Endpoints Release

We are thrilled to introduce two major additions to our API suite: the FX Hedging API and new Credit Reporting Endpoints. These additions are designed to provide enhanced tools for managing currency risk and gaining insights into credit utilisation and mark-to-market reporting.

Below are the details of these new features:


Book a Forward Contract

πŸ“˜

Availability: Risk Management Entities

Get a quote and book a forward contract.

POSTΒ v1/fx/quotes/forwards

POST v1/fx/trades/forwards

Get your initial margin settlement details by providing the TradeID.

POST v1/fx/trades/{tradeId}/initial-margin


Credit Reporting

πŸ“˜

Availability: Risk Management Entities

Retrieve comprehensive real-time credit data and create credit reports to include specific data points relevant to your needs.

Get information on your credit facility by providing the EntityID.

GET /v1/credit-facilities

Get comprehensive information on individual terms on a facility.

GET /v1/credit-facilities/terms

Get your credit letter containing all your agreed terms in a pdf format.

GET /v1/credit-facilities/terms/{termId}/letter

Get the mark-to-market report by trade

GET /v1/credit-facilities/mtm/trade

Get the mark-to-market report by currency pair

GET /v1/credit-facilities/mtm/currency-pair


For detailed API documentation and integration guides, please refer to our API Documentation.

If you have any questions or need further assistance, please get in touch with our support team at [email protected]

We hope these new features will enhance your capabilities and streamline your processes. We look forward to seeing how you integrate them into your solutions!

Happy coding!

The Alpha API Development Team