Get Swap Rate by ID

Fetches the live swap rate for a specific swap saved in the app.

=BlueGamma.SWAP_RATE_BY_ID(swap_id, [valuation_time])

  • Parameters:

    • swap_id:The unique identifier for the swap, which you can retrieve from the BlueGamma app.

    • valuation_time (optional): Defaults to "live".Specifies the valuation time for the calculation.

  • Example Usage:

=BlueGamma.SWAP_RATE_BY_ID("swap_id", "2024-01-01")

Last updated