meshtrade 0.0.1__tar.gz → 0.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- {meshtrade-0.0.1/src/meshtrade.egg-info → meshtrade-0.0.4}/PKG-INFO +8 -2
- {meshtrade-0.0.1 → meshtrade-0.0.4}/README.md +6 -1
- {meshtrade-0.0.1 → meshtrade-0.0.4}/pyproject.toml +2 -1
- meshtrade-0.0.4/src/meshtrade/compliance/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/client_pb2.py +43 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/client_pb2.pyi +40 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_pb2.py +49 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_pb2.pyi +85 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_representative_pb2.py +42 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +27 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +26 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/fund_pb2.py +38 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/fund_pb2.pyi +21 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +18 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +25 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +40 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/natural_person_pb2.py +44 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +44 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/pep_status_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +16 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/service_pb2.py +46 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/service_pb2.pyi +30 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +54 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +13 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/trust_pb2.py +38 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/trust_pb2.pyi +21 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/verification_status_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +18 -0
- meshtrade-0.0.4/src/meshtrade/iam/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/iam/group/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/iam/group/v1/__init__.py +0 -0
- meshtrade-0.0.1/src/meshtrade/account/v1/account_pb2.py → meshtrade-0.0.4/src/meshtrade/iam/group/v1/group_pb2.py +7 -7
- meshtrade-0.0.4/src/meshtrade/iam/group/v1/group_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/iam/group/v1/service_pb2.py +42 -0
- meshtrade-0.0.4/src/meshtrade/iam/group/v1/service_pb2.pyi +17 -0
- meshtrade-0.0.4/src/meshtrade/iam/role/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/iam/role/v1/__init__.py +0 -0
- meshtrade-0.0.1/src/meshtrade/iam/v1/role_pb2.py → meshtrade-0.0.4/src/meshtrade/iam/role/v1/permission_pb2.py +7 -8
- meshtrade-0.0.4/src/meshtrade/iam/role/v1/role_pb2.py +38 -0
- {meshtrade-0.0.1/src/meshtrade/iam → meshtrade-0.0.4/src/meshtrade/iam/role}/v1/role_pb2.pyi +1 -1
- meshtrade-0.0.4/src/meshtrade/iam/role/v1/service_pb2.py +42 -0
- meshtrade-0.0.4/src/meshtrade/iam/role/v1/service_pb2.pyi +17 -0
- meshtrade-0.0.1/src/meshtrade/iam/v1/permission_pb2.py → meshtrade-0.0.4/src/meshtrade/issuance_hub/instrument/v1/instrument_pb2.py +7 -7
- meshtrade-0.0.4/src/meshtrade/issuance_hub/instrument/v1/instrument_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/issuance_hub/instrument/v1/service_pb2.py +51 -0
- meshtrade-0.0.4/src/meshtrade/issuance_hub/instrument/v1/service_pb2.pyi +52 -0
- meshtrade-0.0.4/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +22 -0
- meshtrade-0.0.4/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +24 -0
- meshtrade-0.0.4/src/meshtrade/option/v1/auth_pb2.py +44 -0
- meshtrade-0.0.4/src/meshtrade/option/v1/auth_pb2.pyi +40 -0
- meshtrade-0.0.4/src/meshtrade/option/v1/service_type_pb2.py +38 -0
- meshtrade-0.0.4/src/meshtrade/option/v1/service_type_pb2.pyi +17 -0
- meshtrade-0.0.4/src/meshtrade/trading/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/v1/direct_order_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/v1/direct_order_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/v1/service_pb2.py +42 -0
- meshtrade-0.0.4/src/meshtrade/trading/direct_order/v1/service_pb2.pyi +19 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/v1/service_pb2.py +42 -0
- meshtrade-0.0.4/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +19 -0
- meshtrade-0.0.4/src/meshtrade/trading/spot/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/spot/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/trading/spot/v1/service_pb2.py +42 -0
- {meshtrade-0.0.1/src/meshtrade/account → meshtrade-0.0.4/src/meshtrade/trading/spot}/v1/service_pb2.pyi +7 -7
- meshtrade-0.0.4/src/meshtrade/trading/spot/v1/spot_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/trading/spot/v1/spot_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/type/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/address_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/address_pb2.pyi +23 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/amount_pb2.py +39 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/amount_pb2.pyi +16 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/contact_details_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/contact_details_pb2.pyi +27 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/decimal_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/decimal_pb2.pyi +11 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/ledger_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/ledger_pb2.pyi +24 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/token_pb2.py +38 -0
- meshtrade-0.0.4/src/meshtrade/type/v1/token_pb2.pyi +16 -0
- meshtrade-0.0.4/src/meshtrade/wallet/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- meshtrade-0.0.4/src/meshtrade/wallet/account/v1/account_pb2.py +37 -0
- meshtrade-0.0.4/src/meshtrade/wallet/account/v1/service_pb2.py +74 -0
- meshtrade-0.0.4/src/meshtrade/wallet/account/v1/service_pb2.pyi +64 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4/src/meshtrade.egg-info}/PKG-INFO +8 -2
- meshtrade-0.0.4/src/meshtrade.egg-info/SOURCES.txt +108 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4}/src/meshtrade.egg-info/requires.txt +1 -0
- meshtrade-0.0.1/src/meshtrade/account/v1/__init__.py +0 -7
- meshtrade-0.0.1/src/meshtrade/account/v1/service_pb2.py +0 -42
- meshtrade-0.0.1/src/meshtrade/iam/v1/__init__.py +0 -11
- meshtrade-0.0.1/src/meshtrade.egg-info/SOURCES.txt +0 -19
- {meshtrade-0.0.1 → meshtrade-0.0.4}/LICENSE +0 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4}/setup.cfg +0 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4}/src/meshtrade/__init__.py +0 -0
- {meshtrade-0.0.1/src/meshtrade/iam → meshtrade-0.0.4/src/meshtrade/iam/role}/v1/permission_pb2.pyi +0 -0
- {meshtrade-0.0.1/src/meshtrade → meshtrade-0.0.4/src/meshtrade/wallet}/account/v1/account_pb2.pyi +0 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4}/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-0.0.1 → meshtrade-0.0.4}/src/meshtrade.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshtrade
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Integration SDK for Mesh API Services
|
|
5
5
|
Author-email: Bernard Bussy <bernard@meshtrade.co>
|
|
6
6
|
License-Expression: LicenseRef-My-Custom-License
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: grpcio<2.0,>=1.73.0
|
|
22
22
|
Requires-Dist: protobuf<7.0,>=6.31.1
|
|
23
|
+
Requires-Dist: googleapis-common-protos<2.0.0,>=1.70.0
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Requires-Dist: ruff~=0.11.13; extra == "dev"
|
|
25
26
|
Requires-Dist: pytest~=8.4.0; extra == "dev"
|
|
@@ -29,6 +30,11 @@ Requires-Dist: tox~=4.26.0; extra == "dev"
|
|
|
29
30
|
Requires-Dist: types-protobuf~=6.30.2.20250516; extra == "dev"
|
|
30
31
|
Dynamic: license-file
|
|
31
32
|
|
|
33
|
+
---
|
|
34
|
+
parent: API Integration SDKs
|
|
35
|
+
title: Python
|
|
36
|
+
layout: page
|
|
37
|
+
---
|
|
32
38
|
# Python SDKs for Mesh APIs
|
|
33
39
|
|
|
34
40
|
[](https://github.com/meshtrade/api)
|
|
@@ -186,5 +192,5 @@ tox -e build
|
|
|
186
192
|
|
|
187
193
|
- *Publish to PyPi:* The `twine` tool is used to securely upload the built packages to PyPI. This is done as part of the official release process.
|
|
188
194
|
```
|
|
189
|
-
twine upload
|
|
195
|
+
twine upload ./dist/*
|
|
190
196
|
```
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
parent: API Integration SDKs
|
|
3
|
+
title: Python
|
|
4
|
+
layout: page
|
|
5
|
+
---
|
|
1
6
|
# Python SDKs for Mesh APIs
|
|
2
7
|
|
|
3
8
|
[](https://github.com/meshtrade/api)
|
|
@@ -155,5 +160,5 @@ tox -e build
|
|
|
155
160
|
|
|
156
161
|
- *Publish to PyPi:* The `twine` tool is used to securely upload the built packages to PyPI. This is done as part of the official release process.
|
|
157
162
|
```
|
|
158
|
-
twine upload
|
|
163
|
+
twine upload ./dist/*
|
|
159
164
|
```
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "meshtrade"
|
|
7
|
-
version = "v0.0.
|
|
7
|
+
version = "v0.0.4"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Bernard Bussy", email = "bernard@meshtrade.co" },
|
|
10
10
|
]
|
|
@@ -17,6 +17,7 @@ readme = "README.md"
|
|
|
17
17
|
dependencies = [
|
|
18
18
|
"grpcio >= 1.73.0, < 2.0",
|
|
19
19
|
"protobuf >= 6.31.1, < 7.0",
|
|
20
|
+
"googleapis-common-protos >= 1.70.0, < 2.0.0",
|
|
20
21
|
]
|
|
21
22
|
classifiers = [
|
|
22
23
|
# --- Development Status ---
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/client.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/client.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from meshtrade.compliance.client.v1 import company_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__pb2
|
|
27
|
+
from meshtrade.compliance.client.v1 import fund_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_fund__pb2
|
|
28
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
|
|
29
|
+
from meshtrade.compliance.client.v1 import trust_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_trust__pb2
|
|
30
|
+
from meshtrade.compliance.client.v1 import verification_status_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_verification__status__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+meshtrade/compliance/client/v1/client.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a,meshtrade/compliance/client/v1/company.proto\x1a)meshtrade/compliance/client/v1/fund.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a*meshtrade/compliance/client/v1/trust.proto\x1a\x38meshtrade/compliance/client/v1/verification_status.proto\"\xb4\x05\n\x06\x43lient\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05owner\x18\x02 \x01(\tR\x05owner\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12V\n\x0enatural_person\x18\x04 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonH\x00R\rnaturalPerson\x12\x43\n\x07\x63ompany\x18\x05 \x01(\x0b\x32\'.meshtrade.compliance.client.v1.CompanyH\x00R\x07\x63ompany\x12:\n\x04\x66und\x18\x06 \x01(\x0b\x32$.meshtrade.compliance.client.v1.FundH\x00R\x04\x66und\x12=\n\x05trust\x18\x07 \x01(\x0b\x32%.meshtrade.compliance.client.v1.TrustH\x00R\x05trust\x12\x63\n\x13verification_status\x18\x08 \x01(\x0e\x32\x32.meshtrade.compliance.client.v1.VerificationStatusR\x12verificationStatus\x12\x35\n\x16verification_authority\x18\t \x01(\tR\x15verificationAuthority\x12G\n\x11verification_date\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x10verificationDate\x12P\n\x16next_verification_date\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x14nextVerificationDateB\x0e\n\x0clegal_personB;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.client_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
41
|
+
_globals['_CLIENT']._serialized_start=357
|
|
42
|
+
_globals['_CLIENT']._serialized_end=1049
|
|
43
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from meshtrade.compliance.client.v1 import company_pb2 as _company_pb2
|
|
5
|
+
from meshtrade.compliance.client.v1 import fund_pb2 as _fund_pb2
|
|
6
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as _natural_person_pb2
|
|
7
|
+
from meshtrade.compliance.client.v1 import trust_pb2 as _trust_pb2
|
|
8
|
+
from meshtrade.compliance.client.v1 import verification_status_pb2 as _verification_status_pb2
|
|
9
|
+
from google.protobuf import descriptor as _descriptor
|
|
10
|
+
from google.protobuf import message as _message
|
|
11
|
+
from collections.abc import Mapping as _Mapping
|
|
12
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
class Client(_message.Message):
|
|
17
|
+
__slots__ = ("name", "owner", "display_name", "natural_person", "company", "fund", "trust", "verification_status", "verification_authority", "verification_date", "next_verification_date")
|
|
18
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
OWNER_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
DISPLAY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
NATURAL_PERSON_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
COMPANY_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
FUND_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
TRUST_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
VERIFICATION_STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
VERIFICATION_AUTHORITY_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
VERIFICATION_DATE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
NEXT_VERIFICATION_DATE_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
name: str
|
|
30
|
+
owner: str
|
|
31
|
+
display_name: str
|
|
32
|
+
natural_person: _natural_person_pb2.NaturalPerson
|
|
33
|
+
company: _company_pb2.Company
|
|
34
|
+
fund: _fund_pb2.Fund
|
|
35
|
+
trust: _trust_pb2.Trust
|
|
36
|
+
verification_status: _verification_status_pb2.VerificationStatus
|
|
37
|
+
verification_authority: str
|
|
38
|
+
verification_date: _timestamp_pb2.Timestamp
|
|
39
|
+
next_verification_date: _timestamp_pb2.Timestamp
|
|
40
|
+
def __init__(self, name: _Optional[str] = ..., owner: _Optional[str] = ..., display_name: _Optional[str] = ..., natural_person: _Optional[_Union[_natural_person_pb2.NaturalPerson, _Mapping]] = ..., company: _Optional[_Union[_company_pb2.Company, _Mapping]] = ..., fund: _Optional[_Union[_fund_pb2.Fund, _Mapping]] = ..., trust: _Optional[_Union[_trust_pb2.Trust, _Mapping]] = ..., verification_status: _Optional[_Union[_verification_status_pb2.VerificationStatus, str]] = ..., verification_authority: _Optional[str] = ..., verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., next_verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/company.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/company.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.type import date_pb2 as google_dot_type_dot_date__pb2
|
|
26
|
+
from meshtrade.compliance.client.v1 import company_representative_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__representative__pb2
|
|
27
|
+
from meshtrade.compliance.client.v1 import fund_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_fund__pb2
|
|
28
|
+
from meshtrade.compliance.client.v1 import industry_classification_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_industry__classification__pb2
|
|
29
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
|
|
30
|
+
from meshtrade.compliance.client.v1 import trust_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_trust__pb2
|
|
31
|
+
from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
|
|
32
|
+
from meshtrade.type.v1 import decimal_pb2 as meshtrade_dot_type_dot_v1_dot_decimal__pb2
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/company.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\x1a;meshtrade/compliance/client/v1/company_representative.proto\x1a)meshtrade/compliance/client/v1/fund.proto\x1a<meshtrade/compliance/client/v1/industry_classification.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a*meshtrade/compliance/client/v1/trust.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x1fmeshtrade/type/v1/decimal.proto\"\xed\x07\n\x07\x43ompany\x12\'\n\x0fregistered_name\x18\x01 \x01(\tR\x0eregisteredName\x12/\n\x13registration_number\x18\x03 \x01(\tR\x12registrationNumber\x12%\n\x0etax_identifier\x18\x04 \x01(\tR\rtaxIdentifier\x12\x38\n\x18\x63ountry_of_incorporation\x18\x05 \x01(\tR\x16\x63ountryOfIncorporation\x12\x45\n\x15\x64\x61te_of_incorporation\x18\x06 \x01(\x0b\x32\x11.google.type.DateR\x13\x64\x61teOfIncorporation\x12I\n\x12registered_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x11registeredAddress\x12X\n\x1aprincipal_physical_address\x18\x08 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x18principalPhysicalAddress\x12\x41\n\x0epostal_address\x18\t \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rpostalAddress\x12J\n\x13head_office_address\x18\n \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x11headOfficeAddress\x12n\n\x17\x63ompany_representatives\x18\x0b \x03(\x0b\x32\x35.meshtrade.compliance.client.v1.CompanyRepresentativeR\x16\x63ompanyRepresentatives\x12l\n\x17\x63onnected_legal_persons\x18\x0c \x03(\x0b\x32\x34.meshtrade.compliance.client.v1.ConnectedLegalPersonR\x15\x63onnectedLegalPersons\x12o\n\x17industry_classification\x18\r \x01(\x0b\x32\x36.meshtrade.compliance.client.v1.IndustryClassificationR\x16industryClassification\x12\x30\n\x14listed_exchange_code\x18\x0e \x01(\tR\x12listedExchangeCode\x12+\n\x11listing_reference\x18\x0f \x01(\tR\x10listingReference\"\x80\x05\n\x14\x43onnectedLegalPerson\x12V\n\x0enatural_person\x18\x01 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonH\x00R\rnaturalPerson\x12\x43\n\x07\x63ompany\x18\x02 \x01(\x0b\x32\'.meshtrade.compliance.client.v1.CompanyH\x00R\x07\x63ompany\x12:\n\x04\x66und\x18\x03 \x01(\x0b\x32$.meshtrade.compliance.client.v1.FundH\x00R\x04\x66und\x12=\n\x05trust\x18\x04 \x01(\x0b\x32%.meshtrade.compliance.client.v1.TrustH\x00R\x05trust\x12\x64\n\x10\x63onnection_types\x18\x05 \x03(\x0e\x32\x39.meshtrade.compliance.client.v1.LegalPersonConnectionTypeR\x0f\x63onnectionTypes\x12M\n\x14ownership_percentage\x18\x06 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x13ownershipPercentage\x12T\n\x18voting_rights_percentage\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x16votingRightsPercentage\x12\x35\n\x16\x63onnection_description\x18\x08 \x01(\tR\x15\x63onnectionDescriptionB\x0e\n\x0clegal_person*\xe3\x02\n\x19LegalPersonConnectionType\x12,\n(LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED\x10\x00\x12,\n(LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER\x10\x01\x12/\n+LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY\x10\x02\x12\x33\n/LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR\x10\x03\x12&\n\"LEGAL_PERSON_CONNECTION_TYPE_TRUST\x10\x04\x12\x30\n,LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER\x10\x05\x12*\n&LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR\x10\x06\x42;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
36
|
+
|
|
37
|
+
_globals = globals()
|
|
38
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
39
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.company_pb2', _globals)
|
|
40
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
41
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
42
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
43
|
+
_globals['_LEGALPERSONCONNECTIONTYPE']._serialized_start=2085
|
|
44
|
+
_globals['_LEGALPERSONCONNECTIONTYPE']._serialized_end=2440
|
|
45
|
+
_globals['_COMPANY']._serialized_start=434
|
|
46
|
+
_globals['_COMPANY']._serialized_end=1439
|
|
47
|
+
_globals['_CONNECTEDLEGALPERSON']._serialized_start=1442
|
|
48
|
+
_globals['_CONNECTEDLEGALPERSON']._serialized_end=2082
|
|
49
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
from google.type import date_pb2 as _date_pb2
|
|
2
|
+
from meshtrade.compliance.client.v1 import company_representative_pb2 as _company_representative_pb2
|
|
3
|
+
from meshtrade.compliance.client.v1 import fund_pb2 as _fund_pb2
|
|
4
|
+
from meshtrade.compliance.client.v1 import industry_classification_pb2 as _industry_classification_pb2
|
|
5
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as _natural_person_pb2
|
|
6
|
+
from meshtrade.compliance.client.v1 import trust_pb2 as _trust_pb2
|
|
7
|
+
from meshtrade.type.v1 import address_pb2 as _address_pb2
|
|
8
|
+
from meshtrade.type.v1 import decimal_pb2 as _decimal_pb2
|
|
9
|
+
from google.protobuf.internal import containers as _containers
|
|
10
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
11
|
+
from google.protobuf import descriptor as _descriptor
|
|
12
|
+
from google.protobuf import message as _message
|
|
13
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
14
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
17
|
+
|
|
18
|
+
class LegalPersonConnectionType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
19
|
+
__slots__ = ()
|
|
20
|
+
LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED: _ClassVar[LegalPersonConnectionType]
|
|
21
|
+
LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER: _ClassVar[LegalPersonConnectionType]
|
|
22
|
+
LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY: _ClassVar[LegalPersonConnectionType]
|
|
23
|
+
LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR: _ClassVar[LegalPersonConnectionType]
|
|
24
|
+
LEGAL_PERSON_CONNECTION_TYPE_TRUST: _ClassVar[LegalPersonConnectionType]
|
|
25
|
+
LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER: _ClassVar[LegalPersonConnectionType]
|
|
26
|
+
LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR: _ClassVar[LegalPersonConnectionType]
|
|
27
|
+
LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED: LegalPersonConnectionType
|
|
28
|
+
LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER: LegalPersonConnectionType
|
|
29
|
+
LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY: LegalPersonConnectionType
|
|
30
|
+
LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR: LegalPersonConnectionType
|
|
31
|
+
LEGAL_PERSON_CONNECTION_TYPE_TRUST: LegalPersonConnectionType
|
|
32
|
+
LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER: LegalPersonConnectionType
|
|
33
|
+
LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR: LegalPersonConnectionType
|
|
34
|
+
|
|
35
|
+
class Company(_message.Message):
|
|
36
|
+
__slots__ = ("registered_name", "registration_number", "tax_identifier", "country_of_incorporation", "date_of_incorporation", "registered_address", "principal_physical_address", "postal_address", "head_office_address", "company_representatives", "connected_legal_persons", "industry_classification", "listed_exchange_code", "listing_reference")
|
|
37
|
+
REGISTERED_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
REGISTRATION_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
TAX_IDENTIFIER_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
COUNTRY_OF_INCORPORATION_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
DATE_OF_INCORPORATION_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
REGISTERED_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
PRINCIPAL_PHYSICAL_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
POSTAL_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
45
|
+
HEAD_OFFICE_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
46
|
+
COMPANY_REPRESENTATIVES_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
CONNECTED_LEGAL_PERSONS_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
INDUSTRY_CLASSIFICATION_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
LISTED_EXCHANGE_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
LISTING_REFERENCE_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
registered_name: str
|
|
52
|
+
registration_number: str
|
|
53
|
+
tax_identifier: str
|
|
54
|
+
country_of_incorporation: str
|
|
55
|
+
date_of_incorporation: _date_pb2.Date
|
|
56
|
+
registered_address: _address_pb2.Address
|
|
57
|
+
principal_physical_address: _address_pb2.Address
|
|
58
|
+
postal_address: _address_pb2.Address
|
|
59
|
+
head_office_address: _address_pb2.Address
|
|
60
|
+
company_representatives: _containers.RepeatedCompositeFieldContainer[_company_representative_pb2.CompanyRepresentative]
|
|
61
|
+
connected_legal_persons: _containers.RepeatedCompositeFieldContainer[ConnectedLegalPerson]
|
|
62
|
+
industry_classification: _industry_classification_pb2.IndustryClassification
|
|
63
|
+
listed_exchange_code: str
|
|
64
|
+
listing_reference: str
|
|
65
|
+
def __init__(self, registered_name: _Optional[str] = ..., registration_number: _Optional[str] = ..., tax_identifier: _Optional[str] = ..., country_of_incorporation: _Optional[str] = ..., date_of_incorporation: _Optional[_Union[_date_pb2.Date, _Mapping]] = ..., registered_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., principal_physical_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., postal_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., head_office_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., company_representatives: _Optional[_Iterable[_Union[_company_representative_pb2.CompanyRepresentative, _Mapping]]] = ..., connected_legal_persons: _Optional[_Iterable[_Union[ConnectedLegalPerson, _Mapping]]] = ..., industry_classification: _Optional[_Union[_industry_classification_pb2.IndustryClassification, _Mapping]] = ..., listed_exchange_code: _Optional[str] = ..., listing_reference: _Optional[str] = ...) -> None: ...
|
|
66
|
+
|
|
67
|
+
class ConnectedLegalPerson(_message.Message):
|
|
68
|
+
__slots__ = ("natural_person", "company", "fund", "trust", "connection_types", "ownership_percentage", "voting_rights_percentage", "connection_description")
|
|
69
|
+
NATURAL_PERSON_FIELD_NUMBER: _ClassVar[int]
|
|
70
|
+
COMPANY_FIELD_NUMBER: _ClassVar[int]
|
|
71
|
+
FUND_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
TRUST_FIELD_NUMBER: _ClassVar[int]
|
|
73
|
+
CONNECTION_TYPES_FIELD_NUMBER: _ClassVar[int]
|
|
74
|
+
OWNERSHIP_PERCENTAGE_FIELD_NUMBER: _ClassVar[int]
|
|
75
|
+
VOTING_RIGHTS_PERCENTAGE_FIELD_NUMBER: _ClassVar[int]
|
|
76
|
+
CONNECTION_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
77
|
+
natural_person: _natural_person_pb2.NaturalPerson
|
|
78
|
+
company: Company
|
|
79
|
+
fund: _fund_pb2.Fund
|
|
80
|
+
trust: _trust_pb2.Trust
|
|
81
|
+
connection_types: _containers.RepeatedScalarFieldContainer[LegalPersonConnectionType]
|
|
82
|
+
ownership_percentage: _decimal_pb2.Decimal
|
|
83
|
+
voting_rights_percentage: _decimal_pb2.Decimal
|
|
84
|
+
connection_description: str
|
|
85
|
+
def __init__(self, natural_person: _Optional[_Union[_natural_person_pb2.NaturalPerson, _Mapping]] = ..., company: _Optional[_Union[Company, _Mapping]] = ..., fund: _Optional[_Union[_fund_pb2.Fund, _Mapping]] = ..., trust: _Optional[_Union[_trust_pb2.Trust, _Mapping]] = ..., connection_types: _Optional[_Iterable[_Union[LegalPersonConnectionType, str]]] = ..., ownership_percentage: _Optional[_Union[_decimal_pb2.Decimal, _Mapping]] = ..., voting_rights_percentage: _Optional[_Union[_decimal_pb2.Decimal, _Mapping]] = ..., connection_description: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/company_representative.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/company_representative.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.type import date_pb2 as google_dot_type_dot_date__pb2
|
|
26
|
+
from meshtrade.compliance.client.v1 import company_representative_role_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__representative__role__pb2
|
|
27
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
|
|
28
|
+
from meshtrade.type.v1 import contact_details_pb2 as meshtrade_dot_type_dot_v1_dot_contact__details__pb2
|
|
29
|
+
from meshtrade.type.v1 import decimal_pb2 as meshtrade_dot_type_dot_v1_dot_decimal__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;meshtrade/compliance/client/v1/company_representative.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\x1a@meshtrade/compliance/client/v1/company_representative_role.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a\'meshtrade/type/v1/contact_details.proto\x1a\x1fmeshtrade/type/v1/decimal.proto\"\xcf\x03\n\x15\x43ompanyRepresentative\x12T\n\x0enatural_person\x18\x01 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonR\rnaturalPerson\x12M\n\x04role\x18\x02 \x01(\x0e\x32\x39.meshtrade.compliance.client.v1.CompanyRepresentativeRoleR\x04role\x12\x1a\n\x08position\x18\x03 \x01(\tR\x08position\x12M\n\x14ownership_percentage\x18\x04 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x13ownershipPercentage\x12\x63\n\x1cprofessional_contact_details\x18\x05 \x01(\x0b\x32!.meshtrade.type.v1.ContactDetailsR\x1aprofessionalContactDetails\x12\x41\n\x13\x64\x61te_of_appointment\x18\x06 \x01(\x0b\x32\x11.google.type.DateR\x11\x64\x61teOfAppointmentB;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.company_representative_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
40
|
+
_globals['_COMPANYREPRESENTATIVE']._serialized_start=313
|
|
41
|
+
_globals['_COMPANYREPRESENTATIVE']._serialized_end=776
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
from google.type import date_pb2 as _date_pb2
|
|
2
|
+
from meshtrade.compliance.client.v1 import company_representative_role_pb2 as _company_representative_role_pb2
|
|
3
|
+
from meshtrade.compliance.client.v1 import natural_person_pb2 as _natural_person_pb2
|
|
4
|
+
from meshtrade.type.v1 import contact_details_pb2 as _contact_details_pb2
|
|
5
|
+
from meshtrade.type.v1 import decimal_pb2 as _decimal_pb2
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from collections.abc import Mapping as _Mapping
|
|
9
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
class CompanyRepresentative(_message.Message):
|
|
14
|
+
__slots__ = ("natural_person", "role", "position", "ownership_percentage", "professional_contact_details", "date_of_appointment")
|
|
15
|
+
NATURAL_PERSON_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
POSITION_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
OWNERSHIP_PERCENTAGE_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
PROFESSIONAL_CONTACT_DETAILS_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
DATE_OF_APPOINTMENT_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
natural_person: _natural_person_pb2.NaturalPerson
|
|
22
|
+
role: _company_representative_role_pb2.CompanyRepresentativeRole
|
|
23
|
+
position: str
|
|
24
|
+
ownership_percentage: _decimal_pb2.Decimal
|
|
25
|
+
professional_contact_details: _contact_details_pb2.ContactDetails
|
|
26
|
+
date_of_appointment: _date_pb2.Date
|
|
27
|
+
def __init__(self, natural_person: _Optional[_Union[_natural_person_pb2.NaturalPerson, _Mapping]] = ..., role: _Optional[_Union[_company_representative_role_pb2.CompanyRepresentativeRole, str]] = ..., position: _Optional[str] = ..., ownership_percentage: _Optional[_Union[_decimal_pb2.Decimal, _Mapping]] = ..., professional_contact_details: _Optional[_Union[_contact_details_pb2.ContactDetails, _Mapping]] = ..., date_of_appointment: _Optional[_Union[_date_pb2.Date, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/company_representative_role.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/company_representative_role.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@meshtrade/compliance/client/v1/company_representative_role.proto\x12\x1emeshtrade.compliance.client.v1*\xc4\x03\n\x19\x43ompanyRepresentativeRole\x12+\n\'COMPANY_REPRESENTATIVE_ROLE_UNSPECIFIED\x10\x00\x12\x39\n5COMPANY_REPRESENTATIVE_ROLE_ULTIMATE_BENEFICIAL_OWNER\x10\x01\x12+\n\'COMPANY_REPRESENTATIVE_ROLE_SHAREHOLDER\x10\x02\x12/\n+COMPANY_REPRESENTATIVE_ROLE_SOLE_PROPRIETOR\x10\x03\x12\'\n#COMPANY_REPRESENTATIVE_ROLE_PARTNER\x10\x04\x12(\n$COMPANY_REPRESENTATIVE_ROLE_DIRECTOR\x10\x05\x12\'\n#COMPANY_REPRESENTATIVE_ROLE_MANAGER\x10\x06\x12\x34\n0COMPANY_REPRESENTATIVE_ROLE_AUTHORIZED_SIGNATORY\x10\x07\x12/\n+COMPANY_REPRESENTATIVE_ROLE_PRIMARY_CONTACT\x10\x08\x42;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.company_representative_role_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
35
|
+
_globals['_COMPANYREPRESENTATIVEROLE']._serialized_start=101
|
|
36
|
+
_globals['_COMPANYREPRESENTATIVEROLE']._serialized_end=553
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from typing import ClassVar as _ClassVar
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class CompanyRepresentativeRole(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
COMPANY_REPRESENTATIVE_ROLE_UNSPECIFIED: _ClassVar[CompanyRepresentativeRole]
|
|
10
|
+
COMPANY_REPRESENTATIVE_ROLE_ULTIMATE_BENEFICIAL_OWNER: _ClassVar[CompanyRepresentativeRole]
|
|
11
|
+
COMPANY_REPRESENTATIVE_ROLE_SHAREHOLDER: _ClassVar[CompanyRepresentativeRole]
|
|
12
|
+
COMPANY_REPRESENTATIVE_ROLE_SOLE_PROPRIETOR: _ClassVar[CompanyRepresentativeRole]
|
|
13
|
+
COMPANY_REPRESENTATIVE_ROLE_PARTNER: _ClassVar[CompanyRepresentativeRole]
|
|
14
|
+
COMPANY_REPRESENTATIVE_ROLE_DIRECTOR: _ClassVar[CompanyRepresentativeRole]
|
|
15
|
+
COMPANY_REPRESENTATIVE_ROLE_MANAGER: _ClassVar[CompanyRepresentativeRole]
|
|
16
|
+
COMPANY_REPRESENTATIVE_ROLE_AUTHORIZED_SIGNATORY: _ClassVar[CompanyRepresentativeRole]
|
|
17
|
+
COMPANY_REPRESENTATIVE_ROLE_PRIMARY_CONTACT: _ClassVar[CompanyRepresentativeRole]
|
|
18
|
+
COMPANY_REPRESENTATIVE_ROLE_UNSPECIFIED: CompanyRepresentativeRole
|
|
19
|
+
COMPANY_REPRESENTATIVE_ROLE_ULTIMATE_BENEFICIAL_OWNER: CompanyRepresentativeRole
|
|
20
|
+
COMPANY_REPRESENTATIVE_ROLE_SHAREHOLDER: CompanyRepresentativeRole
|
|
21
|
+
COMPANY_REPRESENTATIVE_ROLE_SOLE_PROPRIETOR: CompanyRepresentativeRole
|
|
22
|
+
COMPANY_REPRESENTATIVE_ROLE_PARTNER: CompanyRepresentativeRole
|
|
23
|
+
COMPANY_REPRESENTATIVE_ROLE_DIRECTOR: CompanyRepresentativeRole
|
|
24
|
+
COMPANY_REPRESENTATIVE_ROLE_MANAGER: CompanyRepresentativeRole
|
|
25
|
+
COMPANY_REPRESENTATIVE_ROLE_AUTHORIZED_SIGNATORY: CompanyRepresentativeRole
|
|
26
|
+
COMPANY_REPRESENTATIVE_ROLE_PRIMARY_CONTACT: CompanyRepresentativeRole
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/fund.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/fund.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.type import date_pb2 as google_dot_type_dot_date__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/compliance/client/v1/fund.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\"\xf6\x01\n\x04\x46und\x12\'\n\x0fregistered_name\x18\x01 \x01(\tR\x0eregisteredName\x12/\n\x13registration_number\x18\x02 \x01(\tR\x12registrationNumber\x12%\n\x0etax_identifier\x18\x03 \x01(\tR\rtaxIdentifier\x12.\n\x13\x63ountry_of_domicile\x18\x04 \x01(\tR\x11\x63ountryOfDomicile\x12=\n\x11\x64\x61te_of_inception\x18\x05 \x01(\x0b\x32\x11.google.type.DateR\x0f\x64\x61teOfInceptionB;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.fund_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
36
|
+
_globals['_FUND']._serialized_start=102
|
|
37
|
+
_globals['_FUND']._serialized_end=348
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
from google.type import date_pb2 as _date_pb2
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from google.protobuf import message as _message
|
|
4
|
+
from collections.abc import Mapping as _Mapping
|
|
5
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class Fund(_message.Message):
|
|
10
|
+
__slots__ = ("registered_name", "registration_number", "tax_identifier", "country_of_domicile", "date_of_inception")
|
|
11
|
+
REGISTERED_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
+
REGISTRATION_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
TAX_IDENTIFIER_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
COUNTRY_OF_DOMICILE_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
DATE_OF_INCEPTION_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
registered_name: str
|
|
17
|
+
registration_number: str
|
|
18
|
+
tax_identifier: str
|
|
19
|
+
country_of_domicile: str
|
|
20
|
+
date_of_inception: _date_pb2.Date
|
|
21
|
+
def __init__(self, registered_name: _Optional[str] = ..., registration_number: _Optional[str] = ..., tax_identifier: _Optional[str] = ..., country_of_domicile: _Optional[str] = ..., date_of_inception: _Optional[_Union[_date_pb2.Date, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/identification_document_type.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/identification_document_type.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAmeshtrade/compliance/client/v1/identification_document_type.proto\x12\x1emeshtrade.compliance.client.v1*\x88\x02\n\x1aIdentificationDocumentType\x12,\n(IDENTIFICATION_DOCUMENT_TYPE_UNSPECIFIED\x10\x00\x12)\n%IDENTIFICATION_DOCUMENT_TYPE_PASSPORT\x10\x01\x12,\n(IDENTIFICATION_DOCUMENT_TYPE_NATIONAL_ID\x10\x02\x12\x30\n,IDENTIFICATION_DOCUMENT_TYPE_DRIVERS_LICENSE\x10\x03\x12\x31\n-IDENTIFICATION_DOCUMENT_TYPE_RESIDENCE_PERMIT\x10\x04\x42;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.identification_document_type_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
35
|
+
_globals['_IDENTIFICATIONDOCUMENTTYPE']._serialized_start=102
|
|
36
|
+
_globals['_IDENTIFICATIONDOCUMENTTYPE']._serialized_end=366
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from typing import ClassVar as _ClassVar
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class IdentificationDocumentType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
IDENTIFICATION_DOCUMENT_TYPE_UNSPECIFIED: _ClassVar[IdentificationDocumentType]
|
|
10
|
+
IDENTIFICATION_DOCUMENT_TYPE_PASSPORT: _ClassVar[IdentificationDocumentType]
|
|
11
|
+
IDENTIFICATION_DOCUMENT_TYPE_NATIONAL_ID: _ClassVar[IdentificationDocumentType]
|
|
12
|
+
IDENTIFICATION_DOCUMENT_TYPE_DRIVERS_LICENSE: _ClassVar[IdentificationDocumentType]
|
|
13
|
+
IDENTIFICATION_DOCUMENT_TYPE_RESIDENCE_PERMIT: _ClassVar[IdentificationDocumentType]
|
|
14
|
+
IDENTIFICATION_DOCUMENT_TYPE_UNSPECIFIED: IdentificationDocumentType
|
|
15
|
+
IDENTIFICATION_DOCUMENT_TYPE_PASSPORT: IdentificationDocumentType
|
|
16
|
+
IDENTIFICATION_DOCUMENT_TYPE_NATIONAL_ID: IdentificationDocumentType
|
|
17
|
+
IDENTIFICATION_DOCUMENT_TYPE_DRIVERS_LICENSE: IdentificationDocumentType
|
|
18
|
+
IDENTIFICATION_DOCUMENT_TYPE_RESIDENCE_PERMIT: IdentificationDocumentType
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/compliance/client/v1/industry_classification.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/compliance/client/v1/industry_classification.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<meshtrade/compliance/client/v1/industry_classification.proto\x12\x1emeshtrade.compliance.client.v1\"\xdc\x02\n\x16IndustryClassification\x12\x1f\n\x0bsector_code\x18\x01 \x01(\tR\nsectorCode\x12\x1f\n\x0bsector_name\x18\x02 \x01(\tR\nsectorName\x12.\n\x13industry_group_code\x18\x03 \x01(\tR\x11industryGroupCode\x12.\n\x13industry_group_name\x18\x04 \x01(\tR\x11industryGroupName\x12#\n\rindustry_code\x18\x05 \x01(\tR\x0cindustryCode\x12#\n\rindustry_name\x18\x06 \x01(\tR\x0cindustryName\x12*\n\x11sub_industry_code\x18\x07 \x01(\tR\x0fsubIndustryCode\x12*\n\x11sub_industry_name\x18\x08 \x01(\tR\x0fsubIndustryNameB;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.industry_classification_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
35
|
+
_globals['_INDUSTRYCLASSIFICATION']._serialized_start=97
|
|
36
|
+
_globals['_INDUSTRYCLASSIFICATION']._serialized_end=445
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
|
2
|
+
from google.protobuf import message as _message
|
|
3
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class IndustryClassification(_message.Message):
|
|
8
|
+
__slots__ = ("sector_code", "sector_name", "industry_group_code", "industry_group_name", "industry_code", "industry_name", "sub_industry_code", "sub_industry_name")
|
|
9
|
+
SECTOR_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
SECTOR_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
INDUSTRY_GROUP_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
+
INDUSTRY_GROUP_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
INDUSTRY_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
INDUSTRY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
SUB_INDUSTRY_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
SUB_INDUSTRY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
sector_code: str
|
|
18
|
+
sector_name: str
|
|
19
|
+
industry_group_code: str
|
|
20
|
+
industry_group_name: str
|
|
21
|
+
industry_code: str
|
|
22
|
+
industry_name: str
|
|
23
|
+
sub_industry_code: str
|
|
24
|
+
sub_industry_name: str
|
|
25
|
+
def __init__(self, sector_code: _Optional[str] = ..., sector_name: _Optional[str] = ..., industry_group_code: _Optional[str] = ..., industry_group_name: _Optional[str] = ..., industry_code: _Optional[str] = ..., industry_name: _Optional[str] = ..., sub_industry_code: _Optional[str] = ..., sub_industry_name: _Optional[str] = ...) -> None: ...
|