Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
The Net JTD Long/Short measures are calculated from the Scaled Gross JTD (or Gross JTD) according to MAR22.19.
For each obligor, the Scaled Gross JTD values are aggregated by seniority ranking, then the offsetting is applied to get the long and short Net JTD.
For example, with seniorities Senior>Junior>Equity, and aggregate scaled gross JTD values JTDSenior, JTDJunior, JTDEquity, we have:
Net JTDLong=max(max(max(JTDSenior,0)+JTDJunior,0)+JTDEquity,0)
Net JTDShort=min(min(min(JTDEquity,0)+JTDJunior,0)+JTDSenior,0)