LoanType
Payitoff API: LoanType
Schema
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
| The official federal code that indicates the type of a loan. | |
|
| The official federal description of the type of a loan. | |
|
| Is this a federal loan? | |
|
| The institution who guarantees a loan will be paid in the event a student borrower defaults on the loan. | |
|
| The institution that originally funded a loan. | |
|
| Is this loan subsidized by the federal government? | |
|
| Is this loan SULA eligible? |
Example
{
"code": "D2",
"description": "Direct Stafford Unsubsidized Loan",
"federal": true,
"guarantor": "Department of Education",
"lender": "Department of Education",
"subsidized": false,
"sula_eligible": false
}
Click here for the complete list of possible Loan Type code & description values
Updated 9 months ago
Did this page help you?