meshtrade 0.0.1__py3-none-any.whl → 0.0.5__py3-none-any.whl
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/compliance/__init__.py +0 -0
- meshtrade/compliance/client/__init__.py +0 -0
- meshtrade/compliance/client/v1/__init__.py +0 -0
- meshtrade/compliance/client/v1/client_pb2.py +43 -0
- meshtrade/compliance/client/v1/client_pb2.pyi +40 -0
- meshtrade/compliance/client/v1/company_pb2.py +49 -0
- meshtrade/compliance/client/v1/company_pb2.pyi +85 -0
- meshtrade/compliance/client/v1/company_representative_pb2.py +42 -0
- meshtrade/compliance/client/v1/company_representative_pb2.pyi +27 -0
- meshtrade/compliance/client/v1/company_representative_role_pb2.py +37 -0
- meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +26 -0
- meshtrade/compliance/client/v1/fund_pb2.py +38 -0
- meshtrade/compliance/client/v1/fund_pb2.pyi +21 -0
- meshtrade/compliance/client/v1/identification_document_type_pb2.py +37 -0
- meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +18 -0
- meshtrade/compliance/client/v1/industry_classification_pb2.py +37 -0
- meshtrade/compliance/client/v1/industry_classification_pb2.pyi +25 -0
- meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +37 -0
- meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +40 -0
- meshtrade/compliance/client/v1/natural_person_pb2.py +44 -0
- meshtrade/compliance/client/v1/natural_person_pb2.pyi +44 -0
- meshtrade/compliance/client/v1/pep_status_pb2.py +37 -0
- meshtrade/compliance/client/v1/pep_status_pb2.pyi +16 -0
- meshtrade/compliance/client/v1/service_pb2.py +46 -0
- meshtrade/compliance/client/v1/service_pb2.pyi +30 -0
- meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +37 -0
- meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +54 -0
- meshtrade/compliance/client/v1/tax_residency_pb2.py +37 -0
- meshtrade/compliance/client/v1/tax_residency_pb2.pyi +13 -0
- meshtrade/compliance/client/v1/trust_pb2.py +38 -0
- meshtrade/compliance/client/v1/trust_pb2.pyi +21 -0
- meshtrade/compliance/client/v1/verification_status_pb2.py +37 -0
- meshtrade/compliance/client/v1/verification_status_pb2.pyi +18 -0
- meshtrade/iam/__init__.py +0 -0
- meshtrade/iam/group/__init__.py +0 -0
- meshtrade/iam/group/v1/__init__.py +0 -0
- meshtrade/{account/v1/account_pb2.py → iam/group/v1/group_pb2.py} +7 -7
- meshtrade/iam/group/v1/group_pb2.pyi +11 -0
- meshtrade/iam/group/v1/service_pb2.py +42 -0
- meshtrade/iam/group/v1/service_pb2.pyi +17 -0
- meshtrade/iam/role/__init__.py +0 -0
- meshtrade/iam/role/v1/__init__.py +0 -0
- meshtrade/iam/{v1/role_pb2.py → role/v1/permission_pb2.py} +7 -8
- meshtrade/iam/role/v1/role_pb2.py +38 -0
- meshtrade/iam/{v1 → role/v1}/role_pb2.pyi +1 -1
- meshtrade/iam/role/v1/service_pb2.py +42 -0
- meshtrade/iam/role/v1/service_pb2.pyi +17 -0
- meshtrade/{iam/v1/permission_pb2.py → issuance_hub/instrument/v1/instrument_pb2.py} +7 -7
- meshtrade/issuance_hub/instrument/v1/instrument_pb2.pyi +11 -0
- meshtrade/issuance_hub/instrument/v1/service_pb2.py +51 -0
- meshtrade/issuance_hub/instrument/v1/service_pb2.pyi +52 -0
- meshtrade/ledger/transaction/v1/transaction_action_pb2.py +37 -0
- meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +22 -0
- meshtrade/ledger/transaction/v1/transaction_state_pb2.py +37 -0
- meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +24 -0
- meshtrade/option/v1/auth_pb2.py +44 -0
- meshtrade/option/v1/auth_pb2.pyi +40 -0
- meshtrade/option/v1/service_type_pb2.py +38 -0
- meshtrade/option/v1/service_type_pb2.pyi +17 -0
- meshtrade/trading/__init__.py +0 -0
- meshtrade/trading/direct_order/__init__.py +0 -0
- meshtrade/trading/direct_order/v1/__init__.py +0 -0
- meshtrade/trading/direct_order/v1/direct_order_pb2.py +37 -0
- meshtrade/trading/direct_order/v1/direct_order_pb2.pyi +11 -0
- meshtrade/trading/direct_order/v1/service_pb2.py +42 -0
- meshtrade/trading/direct_order/v1/service_pb2.pyi +19 -0
- meshtrade/trading/limit_order/__init__.py +0 -0
- meshtrade/trading/limit_order/v1/__init__.py +0 -0
- meshtrade/trading/limit_order/v1/limit_order_pb2.py +37 -0
- meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +11 -0
- meshtrade/trading/limit_order/v1/service_pb2.py +42 -0
- meshtrade/trading/limit_order/v1/service_pb2.pyi +19 -0
- meshtrade/trading/spot/__init__.py +0 -0
- meshtrade/trading/spot/v1/__init__.py +0 -0
- meshtrade/trading/spot/v1/service_pb2.py +42 -0
- meshtrade/{account → trading/spot}/v1/service_pb2.pyi +7 -7
- meshtrade/trading/spot/v1/spot_pb2.py +37 -0
- meshtrade/trading/spot/v1/spot_pb2.pyi +11 -0
- meshtrade/type/__init__.py +0 -0
- meshtrade/type/v1/__init__.py +7 -0
- meshtrade/type/v1/address_pb2.py +37 -0
- meshtrade/type/v1/address_pb2.pyi +23 -0
- meshtrade/type/v1/amount.py +84 -0
- meshtrade/type/v1/amount_pb2.py +39 -0
- meshtrade/type/v1/amount_pb2.pyi +16 -0
- meshtrade/type/v1/contact_details_pb2.py +37 -0
- meshtrade/type/v1/contact_details_pb2.pyi +27 -0
- meshtrade/type/v1/decimal_built_in_conversions.py +29 -0
- meshtrade/type/v1/decimal_pb2.py +37 -0
- meshtrade/type/v1/decimal_pb2.pyi +11 -0
- meshtrade/type/v1/ledger.py +26 -0
- meshtrade/type/v1/ledger_pb2.py +37 -0
- meshtrade/type/v1/ledger_pb2.pyi +24 -0
- meshtrade/type/v1/token_pb2.py +38 -0
- meshtrade/type/v1/token_pb2.pyi +16 -0
- meshtrade/wallet/__init__.py +0 -0
- meshtrade/wallet/account/v1/__init__.py +0 -0
- meshtrade/wallet/account/v1/account_pb2.py +37 -0
- meshtrade/wallet/account/v1/service_pb2.py +74 -0
- meshtrade/wallet/account/v1/service_pb2.pyi +64 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.5.dist-info}/METADATA +9 -3
- meshtrade-0.0.5.dist-info/RECORD +108 -0
- meshtrade/account/v1/__init__.py +0 -7
- meshtrade/account/v1/service_pb2.py +0 -42
- meshtrade/iam/v1/__init__.py +0 -11
- meshtrade-0.0.1.dist-info/RECORD +0 -16
- /meshtrade/iam/{v1 → role/v1}/permission_pb2.pyi +0 -0
- /meshtrade/{account → wallet/account}/v1/account_pb2.pyi +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.5.dist-info}/WHEEL +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.5.dist-info}/licenses/LICENSE +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
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 NaturalPersonConnectionType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
NATURAL_PERSON_CONNECTION_TYPE_UNSPECIFIED: _ClassVar[NaturalPersonConnectionType]
|
|
10
|
+
NATURAL_PERSON_CONNECTION_TYPE_ULTIMATE_BENEFICIAL_OWNER: _ClassVar[NaturalPersonConnectionType]
|
|
11
|
+
NATURAL_PERSON_CONNECTION_TYPE_SHAREHOLDER: _ClassVar[NaturalPersonConnectionType]
|
|
12
|
+
NATURAL_PERSON_CONNECTION_TYPE_DIRECTOR: _ClassVar[NaturalPersonConnectionType]
|
|
13
|
+
NATURAL_PERSON_CONNECTION_TYPE_SENIOR_MANAGEMENT: _ClassVar[NaturalPersonConnectionType]
|
|
14
|
+
NATURAL_PERSON_CONNECTION_TYPE_AUTHORIZED_SIGNATORY: _ClassVar[NaturalPersonConnectionType]
|
|
15
|
+
NATURAL_PERSON_CONNECTION_TYPE_FOUNDER: _ClassVar[NaturalPersonConnectionType]
|
|
16
|
+
NATURAL_PERSON_CONNECTION_TYPE_SPOUSE: _ClassVar[NaturalPersonConnectionType]
|
|
17
|
+
NATURAL_PERSON_CONNECTION_TYPE_DOMESTIC_PARTNER: _ClassVar[NaturalPersonConnectionType]
|
|
18
|
+
NATURAL_PERSON_CONNECTION_TYPE_PARENT: _ClassVar[NaturalPersonConnectionType]
|
|
19
|
+
NATURAL_PERSON_CONNECTION_TYPE_CHILD: _ClassVar[NaturalPersonConnectionType]
|
|
20
|
+
NATURAL_PERSON_CONNECTION_TYPE_SIBLING: _ClassVar[NaturalPersonConnectionType]
|
|
21
|
+
NATURAL_PERSON_CONNECTION_TYPE_BUSINESS_PARTNER: _ClassVar[NaturalPersonConnectionType]
|
|
22
|
+
NATURAL_PERSON_CONNECTION_TYPE_CLOSE_ASSOCIATE: _ClassVar[NaturalPersonConnectionType]
|
|
23
|
+
NATURAL_PERSON_CONNECTION_TYPE_GUARANTOR: _ClassVar[NaturalPersonConnectionType]
|
|
24
|
+
NATURAL_PERSON_CONNECTION_TYPE_BENEFICIARY_OF_TRUST: _ClassVar[NaturalPersonConnectionType]
|
|
25
|
+
NATURAL_PERSON_CONNECTION_TYPE_UNSPECIFIED: NaturalPersonConnectionType
|
|
26
|
+
NATURAL_PERSON_CONNECTION_TYPE_ULTIMATE_BENEFICIAL_OWNER: NaturalPersonConnectionType
|
|
27
|
+
NATURAL_PERSON_CONNECTION_TYPE_SHAREHOLDER: NaturalPersonConnectionType
|
|
28
|
+
NATURAL_PERSON_CONNECTION_TYPE_DIRECTOR: NaturalPersonConnectionType
|
|
29
|
+
NATURAL_PERSON_CONNECTION_TYPE_SENIOR_MANAGEMENT: NaturalPersonConnectionType
|
|
30
|
+
NATURAL_PERSON_CONNECTION_TYPE_AUTHORIZED_SIGNATORY: NaturalPersonConnectionType
|
|
31
|
+
NATURAL_PERSON_CONNECTION_TYPE_FOUNDER: NaturalPersonConnectionType
|
|
32
|
+
NATURAL_PERSON_CONNECTION_TYPE_SPOUSE: NaturalPersonConnectionType
|
|
33
|
+
NATURAL_PERSON_CONNECTION_TYPE_DOMESTIC_PARTNER: NaturalPersonConnectionType
|
|
34
|
+
NATURAL_PERSON_CONNECTION_TYPE_PARENT: NaturalPersonConnectionType
|
|
35
|
+
NATURAL_PERSON_CONNECTION_TYPE_CHILD: NaturalPersonConnectionType
|
|
36
|
+
NATURAL_PERSON_CONNECTION_TYPE_SIBLING: NaturalPersonConnectionType
|
|
37
|
+
NATURAL_PERSON_CONNECTION_TYPE_BUSINESS_PARTNER: NaturalPersonConnectionType
|
|
38
|
+
NATURAL_PERSON_CONNECTION_TYPE_CLOSE_ASSOCIATE: NaturalPersonConnectionType
|
|
39
|
+
NATURAL_PERSON_CONNECTION_TYPE_GUARANTOR: NaturalPersonConnectionType
|
|
40
|
+
NATURAL_PERSON_CONNECTION_TYPE_BENEFICIARY_OF_TRUST: NaturalPersonConnectionType
|
|
@@ -0,0 +1,44 @@
|
|
|
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/natural_person.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/natural_person.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 identification_document_type_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_identification__document__type__pb2
|
|
27
|
+
from meshtrade.compliance.client.v1 import pep_status_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_pep__status__pb2
|
|
28
|
+
from meshtrade.compliance.client.v1 import source_of_income_and_wealth_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_source__of__income__and__wealth__pb2
|
|
29
|
+
from meshtrade.compliance.client.v1 import tax_residency_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_tax__residency__pb2
|
|
30
|
+
from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
|
|
31
|
+
from meshtrade.type.v1 import contact_details_pb2 as meshtrade_dot_type_dot_v1_dot_contact__details__pb2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/compliance/client/v1/natural_person.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\x1a\x41meshtrade/compliance/client/v1/identification_document_type.proto\x1a/meshtrade/compliance/client/v1/pep_status.proto\x1a@meshtrade/compliance/client/v1/source_of_income_and_wealth.proto\x1a\x32meshtrade/compliance/client/v1/tax_residency.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\'meshtrade/type/v1/contact_details.proto\"\xef\x07\n\rNaturalPerson\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x35\n\rdate_of_birth\x18\x02 \x01(\x0b\x32\x11.google.type.DateR\x0b\x64\x61teOfBirth\x12\x34\n\x16\x63ountry_of_citizenship\x18\x03 \x01(\tR\x14\x63ountryOfCitizenship\x12\x33\n\x15identification_number\x18\x04 \x01(\tR\x14identificationNumber\x12|\n\x1cidentification_document_type\x18\x05 \x01(\x0e\x32:.meshtrade.compliance.client.v1.IdentificationDocumentTypeR\x1aidentificationDocumentType\x12`\n#identification_document_expiry_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateR identificationDocumentExpiryDate\x12\x45\n\x10physical_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x0fphysicalAddress\x12\x41\n\x0epostal_address\x18\x08 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rpostalAddress\x12H\n\npep_status\x18\t \x01(\x0e\x32).meshtrade.compliance.client.v1.PepStatusR\tpepStatus\x12J\n\x0f\x63ontact_details\x18\n \x01(\x0b\x32!.meshtrade.type.v1.ContactDetailsR\x0e\x63ontactDetails\x12\x63\n\x11sources_of_income\x18\x0b \x03(\x0e\x32\x37.meshtrade.compliance.client.v1.SourceOfIncomeAndWealthR\x0fsourcesOfIncome\x12\x63\n\x11sources_of_wealth\x18\x0c \x03(\x0e\x32\x37.meshtrade.compliance.client.v1.SourceOfIncomeAndWealthR\x0fsourcesOfWealth\x12U\n\x0ftax_residencies\x18\r \x03(\x0b\x32,.meshtrade.compliance.client.v1.TaxResidencyR\x0etaxResidenciesB;Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
35
|
+
|
|
36
|
+
_globals = globals()
|
|
37
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
38
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.natural_person_pb2', _globals)
|
|
39
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
40
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
42
|
+
_globals['_NATURALPERSON']._serialized_start=420
|
|
43
|
+
_globals['_NATURALPERSON']._serialized_end=1427
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from google.type import date_pb2 as _date_pb2
|
|
2
|
+
from meshtrade.compliance.client.v1 import identification_document_type_pb2 as _identification_document_type_pb2
|
|
3
|
+
from meshtrade.compliance.client.v1 import pep_status_pb2 as _pep_status_pb2
|
|
4
|
+
from meshtrade.compliance.client.v1 import source_of_income_and_wealth_pb2 as _source_of_income_and_wealth_pb2
|
|
5
|
+
from meshtrade.compliance.client.v1 import tax_residency_pb2 as _tax_residency_pb2
|
|
6
|
+
from meshtrade.type.v1 import address_pb2 as _address_pb2
|
|
7
|
+
from meshtrade.type.v1 import contact_details_pb2 as _contact_details_pb2
|
|
8
|
+
from google.protobuf.internal import containers as _containers
|
|
9
|
+
from google.protobuf import descriptor as _descriptor
|
|
10
|
+
from google.protobuf import message as _message
|
|
11
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
12
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
class NaturalPerson(_message.Message):
|
|
17
|
+
__slots__ = ("full_name", "date_of_birth", "country_of_citizenship", "identification_number", "identification_document_type", "identification_document_expiry_date", "physical_address", "postal_address", "pep_status", "contact_details", "sources_of_income", "sources_of_wealth", "tax_residencies")
|
|
18
|
+
FULL_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
DATE_OF_BIRTH_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
COUNTRY_OF_CITIZENSHIP_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
IDENTIFICATION_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
IDENTIFICATION_DOCUMENT_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
IDENTIFICATION_DOCUMENT_EXPIRY_DATE_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
PHYSICAL_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
POSTAL_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
PEP_STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
CONTACT_DETAILS_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
SOURCES_OF_INCOME_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
SOURCES_OF_WEALTH_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
TAX_RESIDENCIES_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
full_name: str
|
|
32
|
+
date_of_birth: _date_pb2.Date
|
|
33
|
+
country_of_citizenship: str
|
|
34
|
+
identification_number: str
|
|
35
|
+
identification_document_type: _identification_document_type_pb2.IdentificationDocumentType
|
|
36
|
+
identification_document_expiry_date: _date_pb2.Date
|
|
37
|
+
physical_address: _address_pb2.Address
|
|
38
|
+
postal_address: _address_pb2.Address
|
|
39
|
+
pep_status: _pep_status_pb2.PepStatus
|
|
40
|
+
contact_details: _contact_details_pb2.ContactDetails
|
|
41
|
+
sources_of_income: _containers.RepeatedScalarFieldContainer[_source_of_income_and_wealth_pb2.SourceOfIncomeAndWealth]
|
|
42
|
+
sources_of_wealth: _containers.RepeatedScalarFieldContainer[_source_of_income_and_wealth_pb2.SourceOfIncomeAndWealth]
|
|
43
|
+
tax_residencies: _containers.RepeatedCompositeFieldContainer[_tax_residency_pb2.TaxResidency]
|
|
44
|
+
def __init__(self, full_name: _Optional[str] = ..., date_of_birth: _Optional[_Union[_date_pb2.Date, _Mapping]] = ..., country_of_citizenship: _Optional[str] = ..., identification_number: _Optional[str] = ..., identification_document_type: _Optional[_Union[_identification_document_type_pb2.IdentificationDocumentType, str]] = ..., identification_document_expiry_date: _Optional[_Union[_date_pb2.Date, _Mapping]] = ..., physical_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., postal_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., pep_status: _Optional[_Union[_pep_status_pb2.PepStatus, str]] = ..., contact_details: _Optional[_Union[_contact_details_pb2.ContactDetails, _Mapping]] = ..., sources_of_income: _Optional[_Iterable[_Union[_source_of_income_and_wealth_pb2.SourceOfIncomeAndWealth, str]]] = ..., sources_of_wealth: _Optional[_Iterable[_Union[_source_of_income_and_wealth_pb2.SourceOfIncomeAndWealth, str]]] = ..., tax_residencies: _Optional[_Iterable[_Union[_tax_residency_pb2.TaxResidency, _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/pep_status.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/pep_status.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/pep_status.proto\x12\x1emeshtrade.compliance.client.v1*v\n\tPepStatus\x12\x1a\n\x16PEP_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15PEP_STATUS_IS_NOT_PEP\x10\x01\x12\x15\n\x11PEP_STATUS_IS_PEP\x10\x02\x12\x1b\n\x17PEP_STATUS_IS_ASSOCIATE\x10\x03\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.pep_status_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['_PEPSTATUS']._serialized_start=83
|
|
36
|
+
_globals['_PEPSTATUS']._serialized_end=201
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,16 @@
|
|
|
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 PepStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
PEP_STATUS_UNSPECIFIED: _ClassVar[PepStatus]
|
|
10
|
+
PEP_STATUS_IS_NOT_PEP: _ClassVar[PepStatus]
|
|
11
|
+
PEP_STATUS_IS_PEP: _ClassVar[PepStatus]
|
|
12
|
+
PEP_STATUS_IS_ASSOCIATE: _ClassVar[PepStatus]
|
|
13
|
+
PEP_STATUS_UNSPECIFIED: PepStatus
|
|
14
|
+
PEP_STATUS_IS_NOT_PEP: PepStatus
|
|
15
|
+
PEP_STATUS_IS_PEP: PepStatus
|
|
16
|
+
PEP_STATUS_IS_ASSOCIATE: PepStatus
|
|
@@ -0,0 +1,46 @@
|
|
|
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/service.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/service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from meshtrade.compliance.client.v1 import client_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_client__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a+meshtrade/compliance/client/v1/client.proto\"&\n\x10GetClientRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"S\n\x11GetClientResponse\x12>\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\xec\x01\n\rClientService\x12j\n\x03Get\x12\x30.meshtrade.compliance.client.v1.GetClientRequest\x1a\x31.meshtrade.compliance.client.v1.GetClientResponse\x12o\n\x04List\x12\x32.meshtrade.compliance.client.v1.ListClientsRequest\x1a\x33.meshtrade.compliance.client.v1.ListClientsResponseB;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.service_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['_GETCLIENTREQUEST']._serialized_start=125
|
|
37
|
+
_globals['_GETCLIENTREQUEST']._serialized_end=163
|
|
38
|
+
_globals['_GETCLIENTRESPONSE']._serialized_start=165
|
|
39
|
+
_globals['_GETCLIENTRESPONSE']._serialized_end=248
|
|
40
|
+
_globals['_LISTCLIENTSREQUEST']._serialized_start=250
|
|
41
|
+
_globals['_LISTCLIENTSREQUEST']._serialized_end=270
|
|
42
|
+
_globals['_LISTCLIENTSRESPONSE']._serialized_start=272
|
|
43
|
+
_globals['_LISTCLIENTSRESPONSE']._serialized_end=359
|
|
44
|
+
_globals['_CLIENTSERVICE']._serialized_start=362
|
|
45
|
+
_globals['_CLIENTSERVICE']._serialized_end=598
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from meshtrade.compliance.client.v1 import client_pb2 as _client_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class GetClientRequest(_message.Message):
|
|
11
|
+
__slots__ = ("name",)
|
|
12
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
name: str
|
|
14
|
+
def __init__(self, name: _Optional[str] = ...) -> None: ...
|
|
15
|
+
|
|
16
|
+
class GetClientResponse(_message.Message):
|
|
17
|
+
__slots__ = ("client",)
|
|
18
|
+
CLIENT_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
client: _client_pb2.Client
|
|
20
|
+
def __init__(self, client: _Optional[_Union[_client_pb2.Client, _Mapping]] = ...) -> None: ...
|
|
21
|
+
|
|
22
|
+
class ListClientsRequest(_message.Message):
|
|
23
|
+
__slots__ = ()
|
|
24
|
+
def __init__(self) -> None: ...
|
|
25
|
+
|
|
26
|
+
class ListClientsResponse(_message.Message):
|
|
27
|
+
__slots__ = ("clients",)
|
|
28
|
+
CLIENTS_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
clients: _containers.RepeatedCompositeFieldContainer[_client_pb2.Client]
|
|
30
|
+
def __init__(self, clients: _Optional[_Iterable[_Union[_client_pb2.Client, _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/source_of_income_and_wealth.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/source_of_income_and_wealth.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/source_of_income_and_wealth.proto\x12\x1emeshtrade.compliance.client.v1*\x99\t\n\x17SourceOfIncomeAndWealth\x12+\n\'SOURCE_OF_INCOME_AND_WEALTH_UNSPECIFIED\x10\x00\x12*\n&SOURCE_OF_INCOME_AND_WEALTH_ALLOWANCES\x10\x01\x12\'\n#SOURCE_OF_INCOME_AND_WEALTH_BURSARY\x10\x02\x12+\n\'SOURCE_OF_INCOME_AND_WEALTH_COURT_ORDER\x10\x03\x12:\n6SOURCE_OF_INCOME_AND_WEALTH_LOAN_FINANCIAL_INSTITUTION\x10\x04\x12*\n&SOURCE_OF_INCOME_AND_WEALTH_LOAN_OTHER\x10\x05\x12+\n\'SOURCE_OF_INCOME_AND_WEALTH_MAINTENANCE\x10\x06\x12\x34\n0SOURCE_OF_INCOME_AND_WEALTH_MATURING_INVESTMENTS\x10\x07\x12\'\n#SOURCE_OF_INCOME_AND_WEALTH_PENSION\x10\x08\x12-\n)SOURCE_OF_INCOME_AND_WEALTH_RENTAL_INCOME\x10\t\x12/\n+SOURCE_OF_INCOME_AND_WEALTH_COMPANY_PROFITS\x10\n\x12,\n(SOURCE_OF_INCOME_AND_WEALTH_COMPANY_SALE\x10\x0b\x12/\n+SOURCE_OF_INCOME_AND_WEALTH_DECEASED_ESTATE\x10\x0c\x12\x32\n.SOURCE_OF_INCOME_AND_WEALTH_DIVORCE_SETTLEMENT\x10\r\x12\x30\n,SOURCE_OF_INCOME_AND_WEALTH_GIFT_OR_DONATION\x10\x0e\x12\x36\n2SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_EMPLOYMENT\x10\x0f\x12?\n;SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_PREVIOUS_EMPLOYMENT\x10\x10\x12+\n\'SOURCE_OF_INCOME_AND_WEALTH_INHERITANCE\x10\x11\x12<\n8SOURCE_OF_INCOME_AND_WEALTH_LOTTERY_WINNINGS_OR_GAMBLING\x10\x12\x12-\n)SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_ASSET\x10\x13\x12.\n*SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_SHARES\x10\x14\x12>\n:SOURCE_OF_INCOME_AND_WEALTH_SAVINGS_INVESTMENT_OR_DIVIDEND\x10\x15\x12\x33\n/SOURCE_OF_INCOME_AND_WEALTH_TRUST_DISTRIBUTIONS\x10\x16\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.source_of_income_and_wealth_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['_SOURCEOFINCOMEANDWEALTH']._serialized_start=101
|
|
36
|
+
_globals['_SOURCEOFINCOMEANDWEALTH']._serialized_end=1278
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,54 @@
|
|
|
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 SourceOfIncomeAndWealth(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
SOURCE_OF_INCOME_AND_WEALTH_UNSPECIFIED: _ClassVar[SourceOfIncomeAndWealth]
|
|
10
|
+
SOURCE_OF_INCOME_AND_WEALTH_ALLOWANCES: _ClassVar[SourceOfIncomeAndWealth]
|
|
11
|
+
SOURCE_OF_INCOME_AND_WEALTH_BURSARY: _ClassVar[SourceOfIncomeAndWealth]
|
|
12
|
+
SOURCE_OF_INCOME_AND_WEALTH_COURT_ORDER: _ClassVar[SourceOfIncomeAndWealth]
|
|
13
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOAN_FINANCIAL_INSTITUTION: _ClassVar[SourceOfIncomeAndWealth]
|
|
14
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOAN_OTHER: _ClassVar[SourceOfIncomeAndWealth]
|
|
15
|
+
SOURCE_OF_INCOME_AND_WEALTH_MAINTENANCE: _ClassVar[SourceOfIncomeAndWealth]
|
|
16
|
+
SOURCE_OF_INCOME_AND_WEALTH_MATURING_INVESTMENTS: _ClassVar[SourceOfIncomeAndWealth]
|
|
17
|
+
SOURCE_OF_INCOME_AND_WEALTH_PENSION: _ClassVar[SourceOfIncomeAndWealth]
|
|
18
|
+
SOURCE_OF_INCOME_AND_WEALTH_RENTAL_INCOME: _ClassVar[SourceOfIncomeAndWealth]
|
|
19
|
+
SOURCE_OF_INCOME_AND_WEALTH_COMPANY_PROFITS: _ClassVar[SourceOfIncomeAndWealth]
|
|
20
|
+
SOURCE_OF_INCOME_AND_WEALTH_COMPANY_SALE: _ClassVar[SourceOfIncomeAndWealth]
|
|
21
|
+
SOURCE_OF_INCOME_AND_WEALTH_DECEASED_ESTATE: _ClassVar[SourceOfIncomeAndWealth]
|
|
22
|
+
SOURCE_OF_INCOME_AND_WEALTH_DIVORCE_SETTLEMENT: _ClassVar[SourceOfIncomeAndWealth]
|
|
23
|
+
SOURCE_OF_INCOME_AND_WEALTH_GIFT_OR_DONATION: _ClassVar[SourceOfIncomeAndWealth]
|
|
24
|
+
SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_EMPLOYMENT: _ClassVar[SourceOfIncomeAndWealth]
|
|
25
|
+
SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_PREVIOUS_EMPLOYMENT: _ClassVar[SourceOfIncomeAndWealth]
|
|
26
|
+
SOURCE_OF_INCOME_AND_WEALTH_INHERITANCE: _ClassVar[SourceOfIncomeAndWealth]
|
|
27
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOTTERY_WINNINGS_OR_GAMBLING: _ClassVar[SourceOfIncomeAndWealth]
|
|
28
|
+
SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_ASSET: _ClassVar[SourceOfIncomeAndWealth]
|
|
29
|
+
SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_SHARES: _ClassVar[SourceOfIncomeAndWealth]
|
|
30
|
+
SOURCE_OF_INCOME_AND_WEALTH_SAVINGS_INVESTMENT_OR_DIVIDEND: _ClassVar[SourceOfIncomeAndWealth]
|
|
31
|
+
SOURCE_OF_INCOME_AND_WEALTH_TRUST_DISTRIBUTIONS: _ClassVar[SourceOfIncomeAndWealth]
|
|
32
|
+
SOURCE_OF_INCOME_AND_WEALTH_UNSPECIFIED: SourceOfIncomeAndWealth
|
|
33
|
+
SOURCE_OF_INCOME_AND_WEALTH_ALLOWANCES: SourceOfIncomeAndWealth
|
|
34
|
+
SOURCE_OF_INCOME_AND_WEALTH_BURSARY: SourceOfIncomeAndWealth
|
|
35
|
+
SOURCE_OF_INCOME_AND_WEALTH_COURT_ORDER: SourceOfIncomeAndWealth
|
|
36
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOAN_FINANCIAL_INSTITUTION: SourceOfIncomeAndWealth
|
|
37
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOAN_OTHER: SourceOfIncomeAndWealth
|
|
38
|
+
SOURCE_OF_INCOME_AND_WEALTH_MAINTENANCE: SourceOfIncomeAndWealth
|
|
39
|
+
SOURCE_OF_INCOME_AND_WEALTH_MATURING_INVESTMENTS: SourceOfIncomeAndWealth
|
|
40
|
+
SOURCE_OF_INCOME_AND_WEALTH_PENSION: SourceOfIncomeAndWealth
|
|
41
|
+
SOURCE_OF_INCOME_AND_WEALTH_RENTAL_INCOME: SourceOfIncomeAndWealth
|
|
42
|
+
SOURCE_OF_INCOME_AND_WEALTH_COMPANY_PROFITS: SourceOfIncomeAndWealth
|
|
43
|
+
SOURCE_OF_INCOME_AND_WEALTH_COMPANY_SALE: SourceOfIncomeAndWealth
|
|
44
|
+
SOURCE_OF_INCOME_AND_WEALTH_DECEASED_ESTATE: SourceOfIncomeAndWealth
|
|
45
|
+
SOURCE_OF_INCOME_AND_WEALTH_DIVORCE_SETTLEMENT: SourceOfIncomeAndWealth
|
|
46
|
+
SOURCE_OF_INCOME_AND_WEALTH_GIFT_OR_DONATION: SourceOfIncomeAndWealth
|
|
47
|
+
SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_EMPLOYMENT: SourceOfIncomeAndWealth
|
|
48
|
+
SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_PREVIOUS_EMPLOYMENT: SourceOfIncomeAndWealth
|
|
49
|
+
SOURCE_OF_INCOME_AND_WEALTH_INHERITANCE: SourceOfIncomeAndWealth
|
|
50
|
+
SOURCE_OF_INCOME_AND_WEALTH_LOTTERY_WINNINGS_OR_GAMBLING: SourceOfIncomeAndWealth
|
|
51
|
+
SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_ASSET: SourceOfIncomeAndWealth
|
|
52
|
+
SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_SHARES: SourceOfIncomeAndWealth
|
|
53
|
+
SOURCE_OF_INCOME_AND_WEALTH_SAVINGS_INVESTMENT_OR_DIVIDEND: SourceOfIncomeAndWealth
|
|
54
|
+
SOURCE_OF_INCOME_AND_WEALTH_TRUST_DISTRIBUTIONS: SourceOfIncomeAndWealth
|
|
@@ -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/tax_residency.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/tax_residency.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'\n2meshtrade/compliance/client/v1/tax_residency.proto\x12\x1emeshtrade.compliance.client.v1\"C\n\x0cTaxResidency\x12!\n\x0c\x63ountry_code\x18\x01 \x01(\tR\x0b\x63ountryCode\x12\x10\n\x03tin\x18\x02 \x01(\tR\x03tinB;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.tax_residency_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['_TAXRESIDENCY']._serialized_start=86
|
|
36
|
+
_globals['_TAXRESIDENCY']._serialized_end=153
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,13 @@
|
|
|
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 TaxResidency(_message.Message):
|
|
8
|
+
__slots__ = ("country_code", "tin")
|
|
9
|
+
COUNTRY_CODE_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
TIN_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
country_code: str
|
|
12
|
+
tin: str
|
|
13
|
+
def __init__(self, country_code: _Optional[str] = ..., tin: _Optional[str] = ...) -> None: ...
|
|
@@ -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/trust.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/trust.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/trust.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\"\xf7\x01\n\x05Trust\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.trust_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['_TRUST']._serialized_start=103
|
|
37
|
+
_globals['_TRUST']._serialized_end=350
|
|
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 Trust(_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/verification_status.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/verification_status.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'\n8meshtrade/compliance/client/v1/verification_status.proto\x12\x1emeshtrade.compliance.client.v1*\xc1\x01\n\x12VerificationStatus\x12#\n\x1fVERIFICATION_STATUS_UNSPECIFIED\x10\x00\x12#\n\x1fVERIFICATION_STATUS_NOT_STARTED\x10\x01\x12\x1f\n\x1bVERIFICATION_STATUS_PENDING\x10\x02\x12 \n\x1cVERIFICATION_STATUS_VERIFIED\x10\x03\x12\x1e\n\x1aVERIFICATION_STATUS_FAILED\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.verification_status_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['_VERIFICATIONSTATUS']._serialized_start=93
|
|
36
|
+
_globals['_VERIFICATIONSTATUS']._serialized_end=286
|
|
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 VerificationStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
VERIFICATION_STATUS_UNSPECIFIED: _ClassVar[VerificationStatus]
|
|
10
|
+
VERIFICATION_STATUS_NOT_STARTED: _ClassVar[VerificationStatus]
|
|
11
|
+
VERIFICATION_STATUS_PENDING: _ClassVar[VerificationStatus]
|
|
12
|
+
VERIFICATION_STATUS_VERIFIED: _ClassVar[VerificationStatus]
|
|
13
|
+
VERIFICATION_STATUS_FAILED: _ClassVar[VerificationStatus]
|
|
14
|
+
VERIFICATION_STATUS_UNSPECIFIED: VerificationStatus
|
|
15
|
+
VERIFICATION_STATUS_NOT_STARTED: VerificationStatus
|
|
16
|
+
VERIFICATION_STATUS_PENDING: VerificationStatus
|
|
17
|
+
VERIFICATION_STATUS_VERIFIED: VerificationStatus
|
|
18
|
+
VERIFICATION_STATUS_FAILED: VerificationStatus
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: meshtrade/
|
|
4
|
+
# source: meshtrade/iam/group/v1/group.proto
|
|
5
5
|
# Protobuf Python Version: 6.31.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -15,7 +15,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
15
15
|
31,
|
|
16
16
|
1,
|
|
17
17
|
'',
|
|
18
|
-
'meshtrade/
|
|
18
|
+
'meshtrade/iam/group/v1/group.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
21
21
|
|
|
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"meshtrade/
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"meshtrade/iam/group/v1/group.proto\x12\x16meshtrade.iam.group.v1\"\x1b\n\x05Group\x12\x12\n\x04name\x18\x01 \x01(\tR\x04nameB2Z0github.com/meshtrade/api/go/iam/group/v1;groupv1b\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.iam.group.v1.group_pb2', _globals)
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
-
_globals['DESCRIPTOR']._serialized_options = b'
|
|
35
|
-
_globals['
|
|
36
|
-
_globals['
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z0github.com/meshtrade/api/go/iam/group/v1;groupv1'
|
|
35
|
+
_globals['_GROUP']._serialized_start=62
|
|
36
|
+
_globals['_GROUP']._serialized_end=89
|
|
37
37
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,11 @@
|
|
|
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 Group(_message.Message):
|
|
8
|
+
__slots__ = ("name",)
|
|
9
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
name: str
|
|
11
|
+
def __init__(self, name: _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/iam/group/v1/service.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/iam/group/v1/service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from meshtrade.iam.group.v1 import group_pb2 as meshtrade_dot_iam_dot_group_dot_v1_dot_group__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$meshtrade/iam/group/v1/service.proto\x12\x16meshtrade.iam.group.v1\x1a\"meshtrade/iam/group/v1/group.proto\"\x11\n\x0fGetGroupRequest\"G\n\x10GetGroupResponse\x12\x33\n\x05group\x18\x01 \x01(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x05group2h\n\x0cGroupService\x12X\n\x03Get\x12\'.meshtrade.iam.group.v1.GetGroupRequest\x1a(.meshtrade.iam.group.v1.GetGroupResponseB2Z0github.com/meshtrade/api/go/iam/group/v1;groupv1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.iam.group.v1.service_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z0github.com/meshtrade/api/go/iam/group/v1;groupv1'
|
|
36
|
+
_globals['_GETGROUPREQUEST']._serialized_start=100
|
|
37
|
+
_globals['_GETGROUPREQUEST']._serialized_end=117
|
|
38
|
+
_globals['_GETGROUPRESPONSE']._serialized_start=119
|
|
39
|
+
_globals['_GETGROUPRESPONSE']._serialized_end=190
|
|
40
|
+
_globals['_GROUPSERVICE']._serialized_start=192
|
|
41
|
+
_globals['_GROUPSERVICE']._serialized_end=296
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|