C# Class QLNet.BMAIndex

Inheritance: InterestRateIndex
Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Protected Properties

Свойство Type Description
termStructure_ Handle

Méthodes publiques

Méthode Description
BMAIndex ( ) : System
BMAIndex ( Handle h ) : System
fixingSchedule ( Date start, Date end ) : Schedule
forwardingTermStructure ( ) : Handle
isValidFixingDate ( Date fixingDate ) : bool
maturityDate ( Date valueDate ) : Date
name ( ) : string

Méthodes protégées

Méthode Description
forecastFixing ( Date fixingDate ) : double

Method Details

BMAIndex() public méthode

public BMAIndex ( ) : System
Résultat System

BMAIndex() public méthode

public BMAIndex ( Handle h ) : System
h Handle
Résultat System

fixingSchedule() public méthode

public fixingSchedule ( Date start, Date end ) : Schedule
start Date
end Date
Résultat Schedule

forecastFixing() protected méthode

protected forecastFixing ( Date fixingDate ) : double
fixingDate Date
Résultat double

forwardingTermStructure() public méthode

public forwardingTermStructure ( ) : Handle
Résultat Handle

isValidFixingDate() public méthode

public isValidFixingDate ( Date fixingDate ) : bool
fixingDate Date
Résultat bool

maturityDate() public méthode

public maturityDate ( Date valueDate ) : Date
valueDate Date
Résultat Date

name() public méthode

public name ( ) : string
Résultat string

Property Details

termStructure_ protected_oe property

protected Handle termStructure_
Résultat Handle