增加vega(1bp)希腊值
This commit is contained in:
@@ -2032,6 +2032,7 @@ namespace YLErp.Modules.EodModule
|
||||
dic.Add("Gamma_r_1bp", OtcFormatExtensions.OtcFormat(item.Gamma_r_1bp, OtcFormatFlag.greek));
|
||||
dic.Add("Vega_r", OtcFormatExtensions.OtcFormat(item.Vega_r, OtcFormatFlag.greek));
|
||||
dic.Add("Vega_r_1bp", OtcFormatExtensions.OtcFormat(item.Vega_r_1bp, OtcFormatFlag.greek));
|
||||
dic.Add("Vega_1bp", OtcFormatExtensions.OtcFormat(item.Vega_1bp, OtcFormatFlag.greek));
|
||||
}
|
||||
|
||||
|
||||
@@ -2143,6 +2144,7 @@ namespace YLErp.Modules.EodModule
|
||||
dic.Add("Gamma_r_1bp", "");
|
||||
dic.Add("Vega_r", "");
|
||||
dic.Add("Vega_r_1bp", "");
|
||||
dic.Add("Vega_1bp", "");
|
||||
}
|
||||
results.Add(dic);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user