> ## 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.

# Refinance

> Represents a refinance.

## Fields

<ResponseField name="closingDate" type="ISO8601Date">
  The date the refinance is closing on.
</ResponseField>

<ResponseField name="commitmentDate" type="ISO8601Date">
  The date the refinance was committed by the borrowers.
</ResponseField>

<ResponseField name="corporations" type="[MatterCorporation!]!" required>
  The corporations associated with the refinance.
</ResponseField>

<ResponseField name="currentUserMatterBusinessContact" type="MatterBusinessContact">
  The currently authenticated matter business contact information (if any).
</ResponseField>

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

<ResponseField name="loans" type="[Loan!]!" required>
  The loans associated with the refinance.
</ResponseField>

<ResponseField name="milestones" type="[MatterMilestone!]!" required>
  The matter's milestones.
</ResponseField>

<ResponseField name="participants" type="[RefinanceParticipant!]!" required>
  The participants in the refinance.
</ResponseField>

<ResponseField name="property" type="Property!" required>
  The property the refinance is for.
</ResponseField>

<ResponseField name="shortId" type="String!" required>
  The matter's short identifier.
</ResponseField>

<ResponseField name="status" type="RefinanceStatus!" required>
  The status of the refinance.
</ResponseField>

<ResponseField name="test" type="Boolean!" required>
  Whether the matter is a test matter or not.
</ResponseField>
