-
-
Save tbrooke/cf5476f2dd0546b9da9789120be81838 to your computer and use it in GitHub Desktop.
Promissory Note Json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$class": "org.accordproject.promissorynote.PromissoryNoteContract", | |
"amount": { | |
"$class": "org.accordproject.money.MonetaryAmount", | |
"doubleValue": 1000, | |
"currencyCode": "USD" | |
}, | |
"date": "2018-01-30T00:00:00.000-04:00", | |
"maker": "Daniel", | |
"interestRate": 3.8, | |
"individual": true, | |
"makerAddress": "1 Main Street", | |
"lender": "Clause Inc.", | |
"legalEntity": "CORP", | |
"lenderAddress": "246 5th Ave, 3rd Fl, New York, NY 10001", | |
"principal": { | |
"$class": "org.accordproject.money.MonetaryAmount", | |
"doubleValue": 500, | |
"currencyCode": "USD" | |
}, | |
"maturityDate": "2019-01-20T00:00:00.000-04:00", | |
"defaultDays": 90, | |
"insolvencyDays": 90, | |
"jurisdiction": "New York, NY", | |
"contractId": "bbee4b48-225e-4357-b5a8-f11c4571abdd", | |
"$identifier": "bbee4b48-225e-4357-b5a8-f11c4571abdd" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment