메소드 | 설명 | |
---|---|---|
SwaptionVolatilityMatrix ( QLNet.Calendar calendar, BusinessDayConvention bdc, Listvols, DayCounter dayCounter ) : System |
||
SwaptionVolatilityMatrix ( QLNet.Calendar calendar, BusinessDayConvention bdc, List |
||
SwaptionVolatilityMatrix ( Date referenceDate, QLNet.Calendar calendar, BusinessDayConvention bdc, Listvols, DayCounter dayCounter ) : System |
||
SwaptionVolatilityMatrix ( Date referenceDate, QLNet.Calendar calendar, BusinessDayConvention bdc, List |
||
SwaptionVolatilityMatrix ( Date today, List |
||
locate ( Date optionDate, |
||
locate ( double optionTime, double swapLength ) : int>.KeyValuePair |
||
maxDate ( ) : Date | ||
maxStrike ( ) : double | ||
maxSwapTenor ( ) : |
||
minStrike ( ) : double |
메소드 | 설명 | |
---|---|---|
performCalculations ( ) : void | ||
smileSectionImpl ( double optionTime, double swapLength ) : QLNet.SmileSection | ||
volatilityImpl ( double optionTime, double swapLength, double strike ) : double |
메소드 | 설명 | |
---|---|---|
checkInputs ( int volRows, int volsColumns ) : void | ||
registerWithMarketData ( ) : void |
public SwaptionVolatilityMatrix ( QLNet.Calendar calendar, BusinessDayConvention bdc, Listvols, DayCounter dayCounter ) : System |
||
calendar | QLNet.Calendar | |
bdc | BusinessDayConvention | |
optionTenors | List |
|
swapTenors | List |
|
vols | List |
|
dayCounter | DayCounter | |
리턴 | System |
public SwaptionVolatilityMatrix ( QLNet.Calendar calendar, BusinessDayConvention bdc, List |
||
calendar | QLNet.Calendar | |
bdc | BusinessDayConvention | |
optionTenors | List |
|
swapTenors | List |
|
vols | Matrix | |
dayCounter | DayCounter | |
리턴 | System |
public SwaptionVolatilityMatrix ( Date referenceDate, QLNet.Calendar calendar, BusinessDayConvention bdc, Listvols, DayCounter dayCounter ) : System |
||
referenceDate | Date | |
calendar | QLNet.Calendar | |
bdc | BusinessDayConvention | |
optionTenors | List |
|
swapTenors | List |
|
vols | List |
|
dayCounter | DayCounter | |
리턴 | System |
public SwaptionVolatilityMatrix ( Date referenceDate, QLNet.Calendar calendar, BusinessDayConvention bdc, List |
||
referenceDate | Date | |
calendar | QLNet.Calendar | |
bdc | BusinessDayConvention | |
optionTenors | List |
|
swapTenors | List |
|
vols | Matrix | |
dayCounter | DayCounter | |
리턴 | System |
public SwaptionVolatilityMatrix ( Date today, List |
||
today | Date | |
optionDates | List |
|
swapTenors | List |
|
vols | Matrix | |
dayCounter | DayCounter | |
리턴 | System |
public locate ( Date optionDate, |
||
optionDate | Date | |
swapTenor | ||
리턴 | int>.KeyValuePair |
public locate ( double optionTime, double swapLength ) : int>.KeyValuePair |
||
optionTime | double | |
swapLength | double | |
리턴 | int>.KeyValuePair |
protected smileSectionImpl ( double optionTime, double swapLength ) : QLNet.SmileSection | ||
optionTime | double | |
swapLength | double | |
리턴 | QLNet.SmileSection |
protected volatilityImpl ( double optionTime, double swapLength, double strike ) : double | ||
optionTime | double | |
swapLength | double | |
strike | double | |
리턴 | double |