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

# PurchaseTransactionClosingInProgressStatus

> Status information for purchase transactions that are actively closing.

## Fields

<ResponseField name="closingActionItems" type="[MatterClosingActionItem!]!" required>
  The closing action items and their statuses for the closing.
</ResponseField>

<ResponseField name="closingDateAmended" type="Boolean!" required>
  Whether the closing date has been amended.
</ResponseField>

<ResponseField name="closingStatus" type="TransactionClosingStatus!" required>
  The closing status of the transaction.
</ResponseField>

<ResponseField name="state" type="TransactionState!" required>
  The state of the transaction.
</ResponseField>
