-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfields_config.json
More file actions
16 lines (16 loc) · 1.72 KB
/
Copy pathfields_config.json
File metadata and controls
16 lines (16 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"required": {
"brand_name": "The commonly used trade name or brand the company presents to customers. Often appears in logos, page titles, and marketing. May differ from the legal entity name.",
"legal_name": "The full registered legal entity name as it appears in official documents, contracts, and legal notices. Often found in Impressum, footer fine print, or terms of service. Usually includes legal suffix like GmbH, Inc, Ltd, LLC, SARL, SA, AG, BV, Pty.",
"company_phone": "The primary business contact phone number for the company. Prefer headquarters or main line over support or sales extensions. Return in international format if possible.",
"company_email": "The primary business contact email. Prefer general addresses like info@, contact@, hello@ over personal or department-specific emails.",
"vat_number": "The Value Added Tax identification number. Format varies by country: DE + 9 digits (Germany), GB + 9 digits (UK), FR + 11 chars (France), IT + 11 digits (Italy), etc. Often labeled VAT, USt-IdNr, TVA, IVA, BTW, or VAT ID.",
"tin_number": "The Tax Identification Number used for tax filings. In Germany this is Steuernummer (distinct from VAT). In the US this is EIN. In India this is PAN or GSTIN. Country-specific.",
"address_line": "The street address including building number and street name. Exclude city, state, postal code, country.",
"city": "The city or town where the company is located.",
"state": "The state, province, region, or federal state (Bundesland for Germany). Return null if the country does not use states.",
"country": "The country where the company is headquartered. Return the country name in English.",
"zip": "The postal code or ZIP code."
},
"optional": {}
}