Inheritance diagram for PairwiseVarianceSwapEngine:Protected Member Functions | |
| Variances | calculateVariances (const Schedule &valuationSchedule, const Schedule &laggedValuationSchedule, const Date &evalDate) const |
Protected Attributes | |
| QuantLib::ext::shared_ptr< Index > | index1_ |
| QuantLib::ext::shared_ptr< Index > | index2_ |
| QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > | process1_ |
| QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > | process2_ |
| Handle< YieldTermStructure > | discountingTS_ |
| Handle< Quote > | correlation_ |