#EQD-6669 国联民生-期权希腊值计算步长和细节调整(定价引擎部分)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Qdp.Foundation.Implementations;
|
||||
using Qdp.Foundation.Implementations;
|
||||
using Qdp.Pricing.Base.Implementations;
|
||||
using Qdp.Pricing.Base.Interfaces;
|
||||
using Qdp.Pricing.Base.Utilities;
|
||||
@@ -570,7 +570,7 @@ namespace YLErp.Modules.CalculationModule
|
||||
{
|
||||
underlying = underlying.Clone();
|
||||
|
||||
underlying.UnderlyingInstrumentType = ConsGlobal.InstrumentType.ConvertCalcType(underlying.UnderlyingInstrumentType);
|
||||
underlying.UnderlyingInstrumentType = ConsGlobal.InstrumentType.ConvertCalcType(underlying.UnderlyingInstrumentType,true);
|
||||
|
||||
switch (trade.TradeType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user