using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using YLErp.Model; namespace YLErp.Modules.EodModule { /// /// 国联民生 希腊字母计算 /// public class GLMSGreeksHandleService { public void InitData(DateTime valueDate,List underlyingCodes) { } public void Handle(EodPositionRisksDTO dto) { //对Delta_r Delta_r_1bp Dv01 Gamma_r Gamma_r_1bp Vega_r Vega_r_1bp } } }