Datasets:
File size: 822 Bytes
f9656d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"business_registry": {
"business_name": "registered_business_name",
"tax_code": "registered_tax_code",
"representative_name": "registered_representative_name",
"address": "registered_address",
"industry": "registered_industry",
"record_date": "record_date"
},
"tax_registry": {
"business_name": "taxpayer_name",
"tax_code": "tax_code",
"representative_name": "taxpayer_representative_name",
"address": "tax_registered_address",
"industry": "tax_industry",
"record_date": "record_date"
},
"inspection_record": {
"business_name": "inspected_entity_name",
"tax_code": "inspected_tax_code",
"representative_name": "inspected_representative",
"address": "inspection_address",
"industry": "observed_industry",
"record_date": "record_date"
}
} |