blend_spreadsheet_loan_generator 0.1.108 → 0.1.109
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3691c96c135ef6bb3246b47d63ca36f29a05935519208724bbda125421731fbb
|
4
|
+
data.tar.gz: fefd61caddaec9eb84864c5c831727756ffdaf536372872de159dd329a94ef0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe351026bd828dafc67d07beaaa3a6655d28e681c84b0a3a4221e55931296c0c26f4fc39fe630cb2697915e9147a1e04e965085456880b91835693609066b682
|
7
|
+
data.tar.gz: ce9ab034d734d998968d20a1a6f590d1332bc503cad9cb641710586db9bdf5ef1e5429d8f1e496a526eb652540015c17873cc3fc21442534f0db3301c2148fbc
|
@@ -80,10 +80,10 @@ module BlendSpreadsheetLoanGenerator
|
|
80
80
|
due_on = values[last_paid_line + 1][:due_on] + 1.month
|
81
81
|
|
82
82
|
capital_paid = amount_paid.to_f - (
|
83
|
-
values[last_paid_line + 1][:
|
84
|
-
values[last_paid_line + 1][:
|
85
|
-
values[last_paid_line + 1][:
|
86
|
-
values[last_paid_line + 1][:
|
83
|
+
values[last_paid_line + 1][:period_interests] +
|
84
|
+
values[last_paid_line + 1][:period_fees] +
|
85
|
+
values[last_paid_line + 1][:period_reimbursed_capitalized_interests] +
|
86
|
+
values[last_paid_line + 1][:period_reimbursed_capitalized_fees]
|
87
87
|
)
|
88
88
|
capital_paid_for_ratio = amount_paid.to_f - (
|
89
89
|
values[last_paid_line + 1][:period_interests] +
|