Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The hedged benchmark calculates index returns based on the assumption that the currency component of the source index return was hedged at the beginning of the period. The hedged returns are calculated with reference to the local return of the securities and segments of the source index and the base currency of the source.

The hedged custom index returns are only calculated at the total index level.

The calculation of the Hedged benchmarks supports only monthly vendor index/source data. Specifically, data in the Perform..perf_summary table where the PERF_FREQ_CODE = M.

...

The hedged returns calculated for the custom index are based on a rolling 1-month hedge. You set the value to be hedged at the beginning of the month. The local returns provided by the index vendor are adjusted by a hedge return, where the hedge return equals the forward return for the period less the currency return for the period.

Begin and end dates are determined based on the entity build effective date. The begin date is found using the Julian Calendar. For example, as described in the following table, the hedged benchmark requires exchange rates and one-month forward rates to be loaded on the begin and end dates.

...

  1. Calculate the Exchange Rate Return:
    (End Exchange Rate / Begin Exchange Rate) – 1
  2. Calculate the Converted Return Unhedged:
    (1 + Local Return) * (1 + Exchange Rate Return) – 1
  3. Calculate the Currency Return on Unhedged Local Total Return:
    Exchange Rate Return * (1 + Local Return)
  4. Calculate Forward Return:
    (1 Month Forward Rate / Begin Exchange Rate) – 1
  5. Calculate Hedge Return:
    Hedge Ratio * (Forward Return – Exchange Rate Return)
  6. Calculate the Converted Return Hedged:
    Local Return + Currency return on Unhedged Local Total Return + Hedge Return

    Data storage for the Hedged benchmark is described in the following table.

Data

Stored

Notes

Source Index



Base currency

RULES..ENTITY.BASE_CURRENCY

For the source entity, entered in the Entity Details tab

Total Local return

PERFORM..PERF_SEC_RETURNS

Returns are in percent format

Target Index



Base currency

RULES..ENTITY.BASE_CURRENCY

For the target entity, entered in the Entity Details tab

Hedge ratio

RULES..CUSTOM_INDEX_ATTRIBUTES.WEIGHT

New element required for this index

Exchange Rates



Spot rate at begin of period

SECURITY..FX_RATES.SPOT_RATE


Spot rate at end of period

SECURITY..FX_RATES.SPOT_RATE


Forward rate at begin of period

SECURITY..FX_RATES.FOR_1MNTH_RATE

New element for this type of index

...