> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Loan

> Represents a loan.

## Fields

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="lenders" type="[Lender!]!" required>
  The lenders of the loan.
</ResponseField>

<ResponseField name="principalAmount" type="Money">
  The principal amount of the loan.
</ResponseField>

<ResponseField name="type" type="LoanType!" required>
  The type of loan.
</ResponseField>
