C# Class QLNet.PercentageStrikePayoff

Payoff with strike expressed as percentage
Inheritance: StrikedTypePayoff
Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
PercentageStrikePayoff ( Option type, double moneyness ) : System
name ( ) : string
value ( double price ) : double

Method Details

PercentageStrikePayoff() public méthode

public PercentageStrikePayoff ( Option type, double moneyness ) : System
type Option
moneyness double
Résultat System

name() public méthode

public name ( ) : string
Résultat string

value() public méthode

public value ( double price ) : double
price double
Résultat double