Engine icon indicating copy to clipboard operation
Engine copied to clipboard

extended yield curves by cheapesttodeliver

Open Borgomi42 opened this issue 1 year ago • 1 comments

Added a new curve which can be used in case of several eligible currencies for collateralization. Documentation is still in progress.

Borgomi42 avatar Mar 24 '24 18:03 Borgomi42

Some points for discussion:

  • the new curve should be built as a QuantExt term structure taking the source curves and fx data (see below)
  • no need for an artificial grid (pillars)
  • cheapest forward to be determined in QuantExt term structure, not in the curve builder
  • let's base the curve on instantaneous forwards
  • conversion fwd -> discount factor can be done via numerical integration
  • we will need in discountImpl() a cache for performance improvement
  • probably need to incorporate fx data (spot rate and xccy consistent discount curves) in the choice of cheapest forward

pcaspers avatar Mar 27 '24 18:03 pcaspers