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

# RefinanceEngagement

> A refinance engagement.

## Fields

<ResponseField name="cancellable" type="Boolean!" required>
  Whether the engagement can be cancelled.
</ResponseField>

<ResponseField name="clients" type="[EngagementClient!]!" required>
  The clients on this engagement.
</ResponseField>

<ResponseField name="closingDate" type="ISO8601Date">
  The closing date of the engagement.
</ResponseField>

<ResponseField name="createdAt" type="ISO8601DateTime!" required>
  The time the engagement was created.
</ResponseField>

<ResponseField name="id" type="EngagementGID!" required>
  The unique identifier of the engagement.
</ResponseField>

<ResponseField name="owner" type="String">
  The name of the engagement owner.
</ResponseField>

<ResponseField name="property" type="Property">
  The property associated with this engagement.
</ResponseField>

<ResponseField name="shortId" type="String!" required>
  A short human-readable identifier for the engagement.
</ResponseField>

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

<ResponseField name="type" type="EngagementType!" required>
  The type of the engagement.
</ResponseField>
