QLNet.SwaptionVolatilityMatrix.locate C# (CSharp) Method

locate() public method

public locate ( Date optionDate, Period swapTenor ) : int>.KeyValuePair
optionDate Date
swapTenor Period
return int>.KeyValuePair
        public KeyValuePair<int, int> locate(  Date optionDate,
            Period swapTenor)
        {
            return locate(timeFromReference(optionDate),
                          swapLength(swapTenor));
        }

Same methods

SwaptionVolatilityMatrix::locate ( double optionTime, double swapLength ) : int>.KeyValuePair