AcquisitionExpenses: +TransportTaxGr
This commit is contained in:
parent
064bd17418
commit
094f752a32
@ -12,8 +12,9 @@ namespace EvoCalculator.Core.Models.Calculation.Models.Prepared
|
||||
public double Leasing0K { get; set; }
|
||||
public double LoanRate { get; set; }
|
||||
public int BalanceHolder { get; set; }
|
||||
|
||||
|
||||
private DateTime _dogDate;
|
||||
|
||||
public DateTime DogDate
|
||||
{
|
||||
get => _dogDate.ToUniversalTime();
|
||||
@ -21,6 +22,7 @@ namespace EvoCalculator.Core.Models.Calculation.Models.Prepared
|
||||
}
|
||||
|
||||
private DateTime? _paymentDateNew;
|
||||
|
||||
public DateTime? PaymentDateNew
|
||||
{
|
||||
get => _paymentDateNew?.ToUniversalTime();
|
||||
@ -117,7 +119,7 @@ namespace EvoCalculator.Core.Models.Calculation.Models.Prepared
|
||||
TransportTaxGr;
|
||||
|
||||
public decimal AcquisitionExpenses => PlPrice + Insurance - ComissionRub - Discount + TrackerCost + TLMCost +
|
||||
BaseRegistration + Rats;
|
||||
BaseRegistration + Rats + TransportTaxGr;
|
||||
|
||||
public decimal NpvBase => PlPrice +
|
||||
((NsibNetto * 12) / Nmper +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user