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

# Party

Party represents a person or business entity.

## Schema ID

`https://gobl.org/draft-0/org/party`

## Properties

| Title             | Property       | Type                                             | Description                                                                                                                                                                                                                                                                  |
| ----------------- | -------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Tax Regime        | `$regime`      | [tax.RegimeCode](/draft-0/tax/regime_code)       | Country code that identifies the tax regime applicable to the document. It determines which country-specific tax rules, normalizations, and validations are applied. It may be determined automatically via normalization of a supplier or issuer tax identity country code. |
| UUID              | `uuid`         | string                                           | Universally Unique Identifier.                                                                                                                                                                                                                                               |
| Label             | `label`        | string                                           | Label can be used to provide a custom label for the party in a given context in a single language, for example "Supplier", "Host", or similar.                                                                                                                               |
| Name              | `name`         | string                                           | Legal name or representation of the organization.                                                                                                                                                                                                                            |
| Alias             | `alias`        | string                                           | Alternate short name.                                                                                                                                                                                                                                                        |
| Tax Identity      | `tax_id`       | [tax.Identity](/draft-0/tax/identity)            | The entity's legal ID code used for tax purposes. They may have other numbers, but we're only interested in those valid for tax purposes.                                                                                                                                    |
| Identities        | `identities`   | array of [org.Identity](/draft-0/org/identity)   | Set of codes used to identify the party in other systems.                                                                                                                                                                                                                    |
| People            | `people`       | array of [org.Person](/draft-0/org/person)       | Details of physical people who represent the party.                                                                                                                                                                                                                          |
| Inboxes           | `inboxes`      | array of [org.Inbox](/draft-0/org/inbox)         | Digital inboxes used for forwarding electronic versions of documents                                                                                                                                                                                                         |
| Postal Addresses  | `addresses`    | array of [org.Address](/draft-0/org/address)     | Regular post addresses for where information should be sent if needed.                                                                                                                                                                                                       |
| Email Addresses   | `emails`       | array of [org.Email](/draft-0/org/email)         | Electronic mail addresses                                                                                                                                                                                                                                                    |
| Websites          | `websites`     | array of [org.Website](/draft-0/org/website)     | Public websites that provide further information about the party.                                                                                                                                                                                                            |
| Telephone Numbers | `telephones`   | array of [org.Telephone](/draft-0/org/telephone) | Regular telephone numbers                                                                                                                                                                                                                                                    |
| Registration      | `registration` | [org.Registration](/draft-0/org/registration)    | Additional registration details about the company that may need to be included in a document.                                                                                                                                                                                |
| Logos             | `logos`        | array of [org.Image](/draft-0/org/image)         | Images that can be used to identify the party visually.                                                                                                                                                                                                                      |
| Extensions        | `ext`          | [tax.Extensions](/draft-0/tax/extensions)        | Extension code map for any additional regime specific codes that may be required.                                                                                                                                                                                            |
| Meta              | `meta`         | [cbc.Meta](/draft-0/cbc/meta)                    | Any additional semi-structured information that does not fit into the rest of the party.                                                                                                                                                                                     |
