QLNet.SwaptionVolatilityMatrix.smileSectionImpl C# (CSharp) Метод

smileSectionImpl() защищенный Метод

protected smileSectionImpl ( double optionTime, double swapLength ) : QLNet.SmileSection
optionTime double
swapLength double
Результат QLNet.SmileSection
        protected override SmileSection smileSectionImpl(double optionTime, double swapLength)
        {
            double atmVol = volatilityImpl(optionTime, swapLength, 0.05);
            return (SmileSection) new FlatSmileSection(optionTime, atmVol, dayCounter());
        }