FINXIS.

FX Spot Forward

Spot & forwards CDM 7.2.0

An FX Spot or Forward trade is a transaction where both counterparties agree to exchange amounts in two different currencies on an agree date. The spot date is the standard settlement date, usually two days, and a forward is any day that is not spot.

Asset class Foreign Exchange
Payouts SettlementPayout
Provenance As published by FINOS
Trader spec Available

Classification

How the product classifies itself. Values marked calculated were produced by the CDM's own qualification functions rather than asserted by the sender.

SchemeQualifierSource
ISDA ForeignExchange_Spot_Forward Calculated by CDM

Economics in this example

Read out of the example itself. These are the values FINOS published, not a recommendation — use the example for structure, not for market data.

Trade date
2001-10-23
Currencies
GBP, USD
Parties
2
Roles
Party1, Party2

CDM types used

Every type this product instantiates. Each one links to its entry in the model reference, so you can see the attributes and conditions behind it.

TypeNamespace
Cash base · staticdata · asset · common
Observable observable · asset
SettlementPayout product · template
TradeState event · common

The CDM JSON

The full canonical document — 49 values, rooted at TradeState. Download it, or open it in the viewer to walk the tree.

fx-spot-forward.json Download
{
  "@model": "cdm",
  "@type": "cdm.event.common.TradeState",
  "@version": "0.0.0.master-SNAPSHOT",
  "@key": "5b5b55bd",
  "trade": {
    "product": {
      "taxonomy": [
        {
          "source": "ISDA",
          "value": {
            "name": {
              "@data": "ForeignExchange_Spot_Forward"
            }
          },
          "calculated": true
        }
      ],
      "economicTerms": {
        "payout": [
          {
            "@type": "cdm.product.template.SettlementPayout",
            "payerReceiver": {
              "payer": "Party1",
              "receiver": "Party2"
            },
            "priceQuantity": {
              "quantitySchedule": {
                "@ref:scoped": "quantity-1"
              },
              "priceSchedule": [
                {
                  "@ref:scoped": "price-1"
                }
              ]
            },
            "settlementTerms": {
              "settlementDate": {
                "valueDate": "2001-10-25"
              }
            },
            "underlier": {
              "@type": "cdm.observable.asset.Observable",
              "@ref:scoped": "observable-1"
            }
          }
        ]
      }
    },
    "tradeLot": [
      {
        "priceQuantity": [
          {
            "price": [
              {
                "@key:scoped": "price-1",
                "value": 1.48,
                "unit": {
                  "currency": {
                    "@data": "USD"
                  }
                },
                "perUnitOf": {
                  "currency": {
                    "@data": "GBP"
                  }
                },
                "priceType": "ExchangeRate",
                "derivedQuantity": {
                  "value": 14800000,
                  "unit": {
                    "currency": {
                      "@data": "USD"
                    }
                  }
                }
              }
            ],
            "quantity": {
              "@key:scoped": "quantity-1",
              "value": 10000000,
              "unit": {
                "currency": {
                  "@data": "GBP"
                }
              }
            },
            "observable": {
              "@key:scoped": "observable-1",
              "@data": {
                "@type": "cdm.base.staticdata.asset.common.Cash",
                "identifier": [
                  {
                    "identifier": {
                      "@data": "GBP"
                    },
                    "identifierType": "CurrencyCode"
                  }
                ],
                "assetType": "Cash"
              }
            }
          }
        ]
      }
    ],
    "counterparty": [
      {
        "role": "Party1",
        "partyReference": {
          "@ref:external": "party2"
        }
      },
      {
        "role": "Party2",
        "partyReference": {
          "@ref:external": "party1"
        }
      }
    ],
    "tradeIdentifier": [
      {
        "issuerReference": {
          "@ref:external": "party1"
        },
        "assignedIdentifier": [
          {
            "identifier": {
              "@scheme": "http://www.citi.com/fx/trade-id",
              "@data": "CITI123"
            }
          }
        ]
      },
      {
        "issuerReference": {
          "@ref:external": "party2"
        },
        "assignedIdentifier": [
          {
            "identifier": {
              "@scheme": "http://www.barclays.com/fx/trade-id",
              "@data": "BARC987"
            }
          }
        ]
      }
    ],
    "tradeDate": {
      "@data": "2001-10-23"
    },
    "party": [
      {
        "@key:external": "party1",
        "partyId": [
          {
            "identifier": {
              "@scheme": "http://www.fpml.org/coding-scheme/external/iso17442",
              "@data": "5493000SCC07UI6DB380"
            },
            "identifierType": "LEI"
          }
        ]
      },
      {
        "@key:external": "party2",
        "partyId": [
          {
            "identifier": {
              "@scheme": "http://www.fpml.org/coding-scheme/external/iso17442",
              "@data": "529900DTJ5A7S5UCBB52"
            },
            "identifierType": "LEI"
          }
        ]
      }
    ]
  }
}

Open this product

Walk the structure in the free viewer, or book it as a ticket in CDM Trader.

Open in viewer CDM Trader
Library 7.2-lib.1 · CDM 7.2.0 cdm:fx-spot-forward