【Intrinsic】
[code]inputs: PriceValue( numeric ), OptType( numeric ), StrikePr( numeric ) ;if OptType = Call then
Intrinsic = MaxList( PriceValue - StrikePr, 0 )
else
Intrinsic = MaxList( StrikePr - PriceValue, 0 ) ;
[/code]
页:
[1]
C + + 版 量 化 | 微信: QQ: |