A representation of a student loan liability.
[R] | account_id | The String account ID. E.g. “vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D”. |
[R] | account_number | The account number of the loan. |
[R] | disbursement_dates | The dates on which loaned funds were disbursed or will be disbursed. These are often in the past. |
[R] | expected_payoff_date | The date when the student loan is expected to be paid off. |
[R] | guarantor | The guarantor of the student loan. |
[R] | interest_rate_percentage | The interest rate on loans shown as a percentage. |
[R] | is_overdue | True if a payment is currently overdue. |
[R] | last_payment_amount | The amount of the last payment. |
[R] | last_payment_date | The date of the last payment. |
[R] | last_statement_balance | The outstanding balance on the last statement. |
[R] | last_statement_issue_date | The date the last statement was issued. |
[R] | loan_name | The type of loan, e.g., “Consolidation Loans”. |
[R] | loan_status | The status of the loan, e.g. “Repayment”, “Deferment”, “Forbearance”. |
[R] | minimum_payment_amount | The minimum payment due for the next billing cycle. |
[R] | next_payment_due_date | The due date for the next payment. |
[R] | origination_date | The date on which the loan was initially lent. |
[R] | origination_principal_amount | The original principal balance of the loan. |
[R] | outstanding_interest_amount | The dollar amount of the accrued interest balance. |
[R] | payment_reference_number | The relevant account number that should be used to reference this loan for payments. This is sometimes different from account_number. |
[R] | pslf_status | Information about the student's eligibility in the Public Service Loan Forgiveness program. |
[R] | repayment_plan | Information about the repayment plan. |
[R] | sequence_number | The sequence number of the student loan. |
[R] | servicer_address | The servicer address for which payments should be sent. |
[R] | ytd_interest_paid | The year to date (YTD) interest paid. |
[R] | ytd_principal_paid | The year to date (YTD) principal paid. |