Advanced Vocabulary #fintech#fix#iso20022#trading

FinTech Protocol Vocabulary (FIX, ISO 20022)

5 exercises — Practice FinTech vocabulary in English: FIX protocol, ISO 20022 messages, trade lifecycle, clearing and settlement, and regulatory reporting.

Core FinTech protocol vocabulary clusters
  • FIX protocol: MsgType, ClOrdID, OrdStatus, execution report, new order, cancel/replace, reject
  • ISO 20022: pacs.008 (credit transfer), pain.001 (payment initiation), camt.056 (cancel payment), message families
  • Trade lifecycle: order, execution, confirmation, clearing, settlement, T+1, T+2, DVP
  • Market structure: exchange, OTC, dark pool, ECN, prime broker, custodian, DTCC, CCP
  • Regulatory: MiFID II, EMIR, Dodd-Frank, LEI, ISIN, trade repository, ARM, transaction reporting
0 / 5 completed
1 / 5
A quant developer explains the FIX protocol to a new team member:
"FIX — Financial Information eXchange — is the industry standard for electronic order routing. It's been around since 1992. A FIX message is a series of tag=value pairs separated by a delimiter. Tag 35 is MsgType — it tells you what kind of message it is. MsgType D is a New Order Single. When the broker receives it, they send back an Execution Report (MsgType 8) with the current state. Tag 39 — OrdStatus — tells you if the order is New (0), Partially Filled (1), Filled (2), Cancelled (4), or Rejected (8)."
What is a ClOrdID in FIX and why is it important?