Created
March 27, 2012 22:11
-
-
Save whoahbot/2220853 to your computer and use it in GitHub Desktop.
example statement json
This file contains 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
{ | |
"account_number":0123456789, | |
"period_start":YYMMDD, | |
"period_end":YYMMDD, | |
"starting_balance":9999.99, | |
"account_balance":9999.99, | |
"interest_rate":99.99, | |
"apy":99.99, | |
"interest_paid":99.99 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment