龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-2 10:07

【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]