ores.fpml
Table of Contents
Summary
ores.fpml is the infrastructure component for processing Financial Products
Markup Language (FpML) documents in ORE Studio. FpML is the ISDA XML standard
for representing OTC derivatives including interest rate swaps, credit
derivatives, FX, equity, and commodity instruments. The component provides the
namespace and integration point for FpML parsing, validation, and conversion
to internal trade representations used by ores.trading. It is currently in
early development — the namespace is established and the component stub is in
place.
Inputs
- FpML XML documents representing OTC derivative trades and portfolios.
Outputs
- Parsed and validated internal trade representations for consumption by
ores.trading.
Entry points
include/ores.fpml/ores.fpml.hpp— component namespace entry point.
Dependencies
- XML parsing library (e.g.,
pugixmlorlibxml2). ores.trading.api— internal trade representation types.
