Asset swap spread calculation

classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Asset swap spread calculation

MDecau
Ok, thank you for that clarification.

So, maybe it would be a better way to let my term structures reference date to the settlement date (09-04-2015) and to use this DiscountingSwapEngine constructor (where I set includeSettlementDate to true):

IPricingEngine assetSwapEngine = new DiscountingSwapEngine( Program.currentYieldCurves.discountingTermStructure, true);
12