Board logo

标题: 【Intrinsic】 [打印本页]

作者: 龙听    时间: 2022-11-2 10:07     标题: 【Intrinsic】

  1. inputs: PriceValue( numeric ), OptType( numeric ), StrikePr( numeric ) ;

  2. if OptType = Call then
  3.         Intrinsic = MaxList( PriceValue - StrikePr, 0 )
  4. else
  5.         Intrinsic = MaxList( StrikePr - PriceValue, 0 ) ;
复制代码





欢迎光临 龙听期货论坛 (http://www.qhlt.cn/) Powered by Discuz! 7.2