---
title: "MatchEnum"
url: "https://developer.pexa.co.uk/apis/workspace-v1-v1/versions/32819e5a-6411-493b-abe8-00b7c7ca6c77/schemas/MatchEnum"
---

> Full API specification: https://developer.pexa.co.uk/apis/workspace-v1-v1/versions/32819e5a-6411-493b-abe8-00b7c7ca6c77.md

# MatchEnum

Match result between party and proprietor. Allowed values: [`MATCH`, `MISMATCH`, `PENDING`, `NOT_REQUIRED`] - MATCH: Party matches proprietor (or reconciliation completed) - MISMATCH: Party does not match proprietor - PENDING: Title has not been fetched yet - NOT_REQUIRED: Reconciliation not required (e.g., BUYER/SELLER in S&P workspaces)

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Workspace
  version: v1.3.0
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    MatchEnum:
      type: string
      pattern: ^(MATCH|MISMATCH|PENDING|NOT_REQUIRED)$
      example: MATCH
      description: >
        Match result between party and proprietor.


        Allowed values:

        [`MATCH`, `MISMATCH`, `PENDING`, `NOT_REQUIRED`]


        - MATCH: Party matches proprietor (or reconciliation completed)

        - MISMATCH: Party does not match proprietor

        - PENDING: Title has not been fetched yet

        - NOT_REQUIRED: Reconciliation not required (e.g., BUYER/SELLER in S&P
        workspaces)
```
