#TRS-ZS-111 交易确认书中利差不正确
This commit is contained in:
@@ -118,13 +118,13 @@ namespace YLErp.Plugins.ShanXi.DocumentGenerator
|
||||
{
|
||||
dic["利率类型"] = "固定利率";
|
||||
dic["利差"] = "";
|
||||
dic["固定利率"] = ((interestMargin?.InterestRateDefault) ?? 0) * 100; ;
|
||||
dic["固定利率"] = ((interestMargin?.InterestRateDefault) ?? 0) * 100;
|
||||
dic["参考利率"] = "";
|
||||
}
|
||||
else
|
||||
{
|
||||
dic["利率类型"] = "浮动利率";
|
||||
dic["利差"] = ((swapPosition?.InterestRateDefault) ?? 0) * 10000;
|
||||
dic["利差"] = ((interestMargin?.InterestRateDefault) ?? 0) * 10000;
|
||||
dic["参考利率"] = interestMargin?.FloatRateUnderlyingCode;
|
||||
dic["固定利率"] = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user