Term Structures and Tenors
Table of Contents
This is the hub note for time-dependent market data concepts. Each linked note is a single focused concept; start here and follow the links.
Summary
Market data in ORE Studio is fundamentally time-dependent, and three concepts anchor that dependence: a scalar is a single market value with no tenor dimension; a tenor is a label identifying a point in time relative to a horizon date; a term structure is an ordered series of tenor points. This cluster documents each of those, plus the supporting concepts a term structure depends on — the horizon date it is anchored to, how a tenor date rolls onto a valid business day, and the irregular dates (broken dates, turn points, IMM dates) that complicate an otherwise clean tenor grid. For how these concepts appear in a bootstrapped interest rate curve specifically, see Interest Rate Curves; for how several curves compose into a family, see Interest Rate Curve Families; for vol surface tenors see FX Volatility Surface.
Detail
Concept map
- The three anchoring concepts → Tenor and Term Structure (the latter also covers the scalar contrast — a market value with no tenor dimension at all).
- A quoted tenor, specifically → Pillar (the subset of tenors that are live inputs to a curve, as distinct from tenor labels in general).
- The anchor date → Horizon Date (what every tenor calculation starts from, and how it differs from the reval date it usually, but not always, coincides with).
- Settlement timing (companion cluster) →
FX spot date and
settlement (spot days, the
T+2max-of-two rule), Valuation spot date and overnight (reval date, valuation spot date, the pre-spot region, and O/N/T/N outrights), and Tom/Next (its dual role as settlement convention and funding mechanism). - Landing on a valid date → Date Rolling and Business-Day Calendars (Modified Following and the other standard rolling conventions).
- Irregular dates → Broken Dates and Turn Points (bespoke maturities vs. fixed-calendar-time discontinuities, the three-way tenor classification, and how broken dates are entered/displayed), IMM Dates (the fixed quarterly roll schedule CDS and STIR futures use instead of horizon-relative tenor arithmetic), and FOMC Dates (the sibling fixed-schedule concept for the Fed's own meeting calendar, used for the FOMC-dated flat-forward short end of a SOFR OIS curve).
- Schedule-based tenors → how a tenor resolves as "anchor + steps
along a named schedule axis" (
SCHEDULE_STEP), thetenor_schedulesvocabulary (ROLL_QUARTERclosed-form,FOMC_MEETINGevent-lookup), the1F..=nF= and1Y 1RQnotations, and the anchors (measured_from) every resolution starts from — see Tenor's "How a tenor resolves" section, and Tenor and Curve Bootstrapping Architecture for the code model. - How far a curve goes → Term Structure Extent (30Y for interest rate curves, 5Y-default/30Y-available for vol surfaces, open-ended for CDS, and the flatten-beyond-the-end convention).
- Tracking a point's history → Curve Point Provenance (rejected/interpolated/back-filled/overridden metadata, and why a broken date is never promoted into a standard tenor).
- Filling the gaps → Interpolation (local vs. non-local methods, the curve split tenor) and Extrapolation (before the start vs. flattening beyond the end).
- Which reference point a ladder is quoted off → Out Of Convention (Out of Spot, Tomorrow, or Today, and why non-default bases must be visually flagged).
Where these concepts are consumed
For how a tenor and a term structure appear in a concrete, bootstrapped interest rate curve — day-count conventions, pillar instruments, interpolation — see Interest Rate Curves. For how several such curves compose into a curve family for one currency, see Interest Rate Curve Families. For the equivalent tenor concept on the volatility side, see FX Volatility Surface.
See also
- Interest Rate Curves — the companion hub for single-curve bootstrapping mechanics.
- Interest Rate Curve Families — how several curves compose into a family for one currency.
- FX Volatility Surface — the vol-surface tenor convention (from today, not spot).
- Tenor and Curve Bootstrapping Architecture — the code model: entities, resolver, bootstrap chain.