龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【Intrinsic】
龙听
发表于 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]