Schema ID
https://gobl.org/draft-0/org/party
Properties
| Title | Property | Type | Description |
|---|---|---|---|
| Tax Regime | $regime | tax.RegimeCode | 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 | 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 | Set of codes used to identify the party in other systems. |
| People | people | array of org.Person | Details of physical people who represent the party. |
| Inboxes | inboxes | array of org.Inbox | Digital inboxes used for forwarding electronic versions of documents |
| Postal Addresses | addresses | array of org.Address | Regular post addresses for where information should be sent if needed. |
| Email Addresses | emails | array of org.Email | Electronic mail addresses |
| Websites | websites | array of org.Website | Public websites that provide further information about the party. |
| Telephone Numbers | telephones | array of org.Telephone | Regular telephone numbers |
| Registration | registration | org.Registration | Additional registration details about the company that may need to be included in a document. |
| Logos | logos | array of org.Image | Images that can be used to identify the party visually. |
| Extensions | ext | tax.Extensions | Extension code map for any additional regime specific codes that may be required. |
| Meta | meta | cbc.Meta | Any additional semi-structured information that does not fit into the rest of the party. |