Greece PEP: Supplier's Name
You must specify the Supplier's name.
Elements
Use the following subelement of the AccountingSupplierParty element to model this information.
| Element (Path) | Cardinality | Description | 
|---|---|---|
| Party Name ( Party/PartyName) | 0..1 | A group to hold the Seller trading name. | 
| Supplier Trading Name  ( Party/PartyName/Name) | 1..1 | Specify the full name of Supplier as it is registered in G.E.MI. | 
Restrictions
Greek suppliers must provide their full name as it appears in the Greek Business Registry (G.E.MI.) as a legal entity or in the Tax Registry as a natural person.
Example
<ubl:Invoice>
   	<cac:AccountingSupplierParty>
		<cac:Party>
			<!-- Code omitted for clarity -->
			<cac:PartyLegalEntity>
                <cbc:RegistrationName>CompanyFullName</cbc:RegistrationName>  
                <cbc:CompanyID>EL000000001</cbc:CompanyID>  
            </cac:PartyLegalEntity>
			<!-- Code omitted for clarity -->
		</cac:Party>
   	</cac:AccountingSupplierParty>
</ubl:Invoice>
Updated about 1 month ago
