Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 3.26 KB

Statement.md

File metadata and controls

29 lines (24 loc) · 3.26 KB

Statement

Properties

Name Type Description Notes
apr float The APR applied to the balance on the credit card account, as available in the statement.<br><b>Note:</b> In case of variable APR, the APR available on the statement might differ from the APR available at the account-level.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
cash_apr float The APR applicable to cash withdrawals on the credit card account.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
billing_period_start str The start date of the statement period.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
due_date str The date by when the minimum payment is due to be paid.<br><b>Note:</b> The due date that appears in the statement may differ from the due date at the account-level.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
interest_amount Money [optional]
statement_date str The date on which the statement is generated.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
cash_advance Money [optional]
billing_period_end str The end date of the statement period.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
principal_amount Money [optional]
loan_balance Money [optional]
amount_due Money [optional]
account_id int Account to which the statement belongs to.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
last_updated str The date when the account was last updated by Yodlee.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
is_latest bool The field is set to true if the statement is the latest generated statement.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
minimum_payment Money [optional]
last_payment_date str The date on which the last payment was done during the billing cycle.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
last_payment_amount Money [optional]
id int Unique identifier for the statement.<br><br><b>Applicable containers</b>: creditCard, loan, insurance<br> [optional] [readonly]
new_charges Money [optional]

[Back to Model list] [Back to API list] [Back to README]