C# 클래스 QLNet.PercentageStrikePayoff

Payoff with strike expressed as percentage
상속: StrikedTypePayoff
파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

공개 메소드들

메소드 설명
PercentageStrikePayoff ( Option type, double moneyness ) : System
name ( ) : string
value ( double price ) : double

메소드 상세

PercentageStrikePayoff() 공개 메소드

public PercentageStrikePayoff ( Option type, double moneyness ) : System
type Option
moneyness double
리턴 System

name() 공개 메소드

public name ( ) : string
리턴 string

value() 공개 메소드

public value ( double price ) : double
price double
리턴 double