Skip to content

Commit 05a1d74

Browse files
olivermuratabur
authored andcommitted
add loan_id to loan_cash_flow
1 parent 9f43315 commit 05a1d74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v1-dev/loan_cash_flow.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"type": "integer",
1919
"monetary": true
2020
},
21+
"loan_id": {
22+
"description": "The unique identifier for the affected loan/s within the financial institution.",
23+
"type": "string"
24+
},
2125
"payment_date": {
2226
"description": "The timestamp that the cash flow will occur or was paid. YYYY-MM-DDTHH:MM:SSZ in accordance with ISO 8601.",
2327
"type": "string",

0 commit comments

Comments
 (0)