Sale/PreparedValues: add new prop TypeRepayment
Post/PreparedValues: add new props TypeRepayment & PI
This commit is contained in:
parent
ab6a724424
commit
b908f568bb
@ -84,6 +84,7 @@ public class PreparedValues
|
|||||||
public double NsibBruttoPr { get; set; }
|
public double NsibBruttoPr { get; set; }
|
||||||
public double NsibNettoPr { get; set; }
|
public double NsibNettoPr { get; set; }
|
||||||
public decimal NsibBase { get; set; }
|
public decimal NsibBase { get; set; }
|
||||||
|
public int TypeRepayment { get; set; }
|
||||||
public double Repayment { get; set; }
|
public double Repayment { get; set; }
|
||||||
public double NpvniDelta { get; set; }
|
public double NpvniDelta { get; set; }
|
||||||
public decimal TransportTaxGrYear { get; set; }
|
public decimal TransportTaxGrYear { get; set; }
|
||||||
|
|||||||
@ -26,7 +26,9 @@ public class PreparedValues
|
|||||||
[Required] public bool LastPaymentFix { get; set; }
|
[Required] public bool LastPaymentFix { get; set; }
|
||||||
public bool LastDayMonth { get; set; }
|
public bool LastDayMonth { get; set; }
|
||||||
|
|
||||||
|
public int TypeRepayment { get; set; }
|
||||||
public double Repayment { get; set; }
|
public double Repayment { get; set; }
|
||||||
|
public double PI { get; set; }
|
||||||
public bool ChangeRepayment { get; set; }
|
public bool ChangeRepayment { get; set; }
|
||||||
public double FundingRate { get; set; } = 0;
|
public double FundingRate { get; set; } = 0;
|
||||||
public double LoanRate { get; set; }
|
public double LoanRate { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user