@meshtrade/api-web 1.30.0

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.
Files changed (186) hide show
  1. package/README.md +68 -0
  2. package/dist/buf/validate/validate_pb.d.ts +4597 -0
  3. package/dist/buf/validate/validate_pb.js +354 -0
  4. package/dist/google/type/date_pb.d.ts +52 -0
  5. package/dist/google/type/date_pb.js +26 -0
  6. package/dist/meshtrade/common/config.d.ts +7 -0
  7. package/dist/meshtrade/common/config.js +9 -0
  8. package/dist/meshtrade/common/connectInterceptors.d.ts +73 -0
  9. package/dist/meshtrade/common/connectInterceptors.js +126 -0
  10. package/dist/meshtrade/common/validation.d.ts +62 -0
  11. package/dist/meshtrade/common/validation.js +77 -0
  12. package/dist/meshtrade/compliance/client/v1/client_pb.d.ts +138 -0
  13. package/dist/meshtrade/compliance/client/v1/client_pb.js +23 -0
  14. package/dist/meshtrade/compliance/client/v1/company_pb.d.ts +313 -0
  15. package/dist/meshtrade/compliance/client/v1/company_pb.js +100 -0
  16. package/dist/meshtrade/compliance/client/v1/company_representative_pb.d.ts +81 -0
  17. package/dist/meshtrade/compliance/client/v1/company_representative_pb.js +22 -0
  18. package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.d.ts +88 -0
  19. package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.js +95 -0
  20. package/dist/meshtrade/compliance/client/v1/fund_pb.d.ts +65 -0
  21. package/dist/meshtrade/compliance/client/v1/fund_pb.js +18 -0
  22. package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.d.ts +55 -0
  23. package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.js +62 -0
  24. package/dist/meshtrade/compliance/client/v1/index.d.ts +16 -0
  25. package/dist/meshtrade/compliance/client/v1/index.js +59 -0
  26. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.d.ts +86 -0
  27. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.js +16 -0
  28. package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.d.ts +133 -0
  29. package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.js +140 -0
  30. package/dist/meshtrade/compliance/client/v1/natural_person_pb.d.ts +143 -0
  31. package/dist/meshtrade/compliance/client/v1/natural_person_pb.js +24 -0
  32. package/dist/meshtrade/compliance/client/v1/pep_status_pb.d.ts +46 -0
  33. package/dist/meshtrade/compliance/client/v1/pep_status_pb.js +53 -0
  34. package/dist/meshtrade/compliance/client/v1/service_pb.d.ts +123 -0
  35. package/dist/meshtrade/compliance/client/v1/service_pb.js +45 -0
  36. package/dist/meshtrade/compliance/client/v1/service_web_meshts.d.ts +48 -0
  37. package/dist/meshtrade/compliance/client/v1/service_web_meshts.js +92 -0
  38. package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.d.ts +180 -0
  39. package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.js +187 -0
  40. package/dist/meshtrade/compliance/client/v1/tax_residency_pb.d.ts +40 -0
  41. package/dist/meshtrade/compliance/client/v1/tax_residency_pb.js +17 -0
  42. package/dist/meshtrade/compliance/client/v1/trust_pb.d.ts +65 -0
  43. package/dist/meshtrade/compliance/client/v1/trust_pb.js +18 -0
  44. package/dist/meshtrade/compliance/client/v1/verification_status_pb.d.ts +57 -0
  45. package/dist/meshtrade/compliance/client/v1/verification_status_pb.js +64 -0
  46. package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.d.ts +43 -0
  47. package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.js +17 -0
  48. package/dist/meshtrade/iam/api_user/v1/api_user_pb.d.ts +152 -0
  49. package/dist/meshtrade/iam/api_user/v1/api_user_pb.js +95 -0
  50. package/dist/meshtrade/iam/api_user/v1/index.d.ts +4 -0
  51. package/dist/meshtrade/iam/api_user/v1/index.js +45 -0
  52. package/dist/meshtrade/iam/api_user/v1/service_pb.d.ts +343 -0
  53. package/dist/meshtrade/iam/api_user/v1/service_pb.js +86 -0
  54. package/dist/meshtrade/iam/api_user/v1/service_web_meshts.d.ts +84 -0
  55. package/dist/meshtrade/iam/api_user/v1/service_web_meshts.js +152 -0
  56. package/dist/meshtrade/iam/group/v1/group_pb.d.ts +58 -0
  57. package/dist/meshtrade/iam/group/v1/group_pb.js +17 -0
  58. package/dist/meshtrade/iam/group/v1/index.d.ts +3 -0
  59. package/dist/meshtrade/iam/group/v1/index.js +44 -0
  60. package/dist/meshtrade/iam/group/v1/service_pb.d.ts +306 -0
  61. package/dist/meshtrade/iam/group/v1/service_pb.js +75 -0
  62. package/dist/meshtrade/iam/group/v1/service_web_meshts.d.ts +60 -0
  63. package/dist/meshtrade/iam/group/v1/service_web_meshts.js +112 -0
  64. package/dist/meshtrade/iam/role/v1/index.d.ts +2 -0
  65. package/dist/meshtrade/iam/role/v1/index.js +43 -0
  66. package/dist/meshtrade/iam/role/v1/role.d.ts +71 -0
  67. package/dist/meshtrade/iam/role/v1/role.js +192 -0
  68. package/dist/meshtrade/iam/role/v1/role_pb.d.ts +164 -0
  69. package/dist/meshtrade/iam/role/v1/role_pb.js +171 -0
  70. package/dist/meshtrade/iam/user/v1/index.d.ts +3 -0
  71. package/dist/meshtrade/iam/user/v1/index.js +44 -0
  72. package/dist/meshtrade/iam/user/v1/service_pb.d.ts +379 -0
  73. package/dist/meshtrade/iam/user/v1/service_pb.js +90 -0
  74. package/dist/meshtrade/iam/user/v1/service_web_meshts.d.ts +78 -0
  75. package/dist/meshtrade/iam/user/v1/service_web_meshts.js +142 -0
  76. package/dist/meshtrade/iam/user/v1/user_pb.d.ts +58 -0
  77. package/dist/meshtrade/iam/user/v1/user_pb.js +17 -0
  78. package/dist/meshtrade/ledger/transaction/v1/index.d.ts +5 -0
  79. package/dist/meshtrade/ledger/transaction/v1/index.js +46 -0
  80. package/dist/meshtrade/ledger/transaction/v1/service_pb.d.ts +102 -0
  81. package/dist/meshtrade/ledger/transaction/v1/service_pb.js +41 -0
  82. package/dist/meshtrade/ledger/transaction/v1/service_web_meshts.d.ts +50 -0
  83. package/dist/meshtrade/ledger/transaction/v1/service_web_meshts.js +91 -0
  84. package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.d.ts +46 -0
  85. package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.js +53 -0
  86. package/dist/meshtrade/ledger/transaction/v1/transaction_state.d.ts +14 -0
  87. package/dist/meshtrade/ledger/transaction/v1/transaction_state.js +64 -0
  88. package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.d.ts +50 -0
  89. package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.js +57 -0
  90. package/dist/meshtrade/market_data/price/v1/index.d.ts +3 -0
  91. package/dist/meshtrade/market_data/price/v1/index.js +44 -0
  92. package/dist/meshtrade/market_data/price/v1/price_pb.d.ts +50 -0
  93. package/dist/meshtrade/market_data/price/v1/price_pb.js +19 -0
  94. package/dist/meshtrade/market_data/price/v1/service_pb.d.ts +48 -0
  95. package/dist/meshtrade/market_data/price/v1/service_pb.js +27 -0
  96. package/dist/meshtrade/market_data/price/v1/service_web_meshts.d.ts +36 -0
  97. package/dist/meshtrade/market_data/price/v1/service_web_meshts.js +72 -0
  98. package/dist/meshtrade/option/method_options/v1/index.d.ts +1 -0
  99. package/dist/meshtrade/option/method_options/v1/index.js +42 -0
  100. package/dist/meshtrade/option/method_options/v1/method_options_pb.d.ts +132 -0
  101. package/dist/meshtrade/option/method_options/v1/method_options_pb.js +108 -0
  102. package/dist/meshtrade/reporting/account_report/v1/account_report_pb.d.ts +136 -0
  103. package/dist/meshtrade/reporting/account_report/v1/account_report_pb.js +28 -0
  104. package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.d.ts +39 -0
  105. package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.js +16 -0
  106. package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.d.ts +66 -0
  107. package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.js +18 -0
  108. package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.d.ts +139 -0
  109. package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.js +80 -0
  110. package/dist/meshtrade/reporting/account_report/v1/index.d.ts +7 -0
  111. package/dist/meshtrade/reporting/account_report/v1/index.js +48 -0
  112. package/dist/meshtrade/reporting/account_report/v1/service_pb.d.ts +162 -0
  113. package/dist/meshtrade/reporting/account_report/v1/service_pb.js +46 -0
  114. package/dist/meshtrade/reporting/account_report/v1/service_web_meshts.d.ts +42 -0
  115. package/dist/meshtrade/reporting/account_report/v1/service_web_meshts.js +82 -0
  116. package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.d.ts +80 -0
  117. package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.js +18 -0
  118. package/dist/meshtrade/studio/instrument/v1/index.d.ts +3 -0
  119. package/dist/meshtrade/studio/instrument/v1/index.js +44 -0
  120. package/dist/meshtrade/studio/instrument/v1/instrument_pb.d.ts +53 -0
  121. package/dist/meshtrade/studio/instrument/v1/instrument_pb.js +18 -0
  122. package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.d.ts +214 -0
  123. package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.js +221 -0
  124. package/dist/meshtrade/studio/instrument/v1/unit_pb.d.ts +148 -0
  125. package/dist/meshtrade/studio/instrument/v1/unit_pb.js +155 -0
  126. package/dist/meshtrade/trading/limit_order/v1/index.d.ts +3 -0
  127. package/dist/meshtrade/trading/limit_order/v1/index.js +44 -0
  128. package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.d.ts +211 -0
  129. package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.js +111 -0
  130. package/dist/meshtrade/trading/limit_order/v1/service_pb.d.ts +357 -0
  131. package/dist/meshtrade/trading/limit_order/v1/service_pb.js +73 -0
  132. package/dist/meshtrade/trading/limit_order/v1/service_web_meshts.d.ts +81 -0
  133. package/dist/meshtrade/trading/limit_order/v1/service_web_meshts.js +141 -0
  134. package/dist/meshtrade/trading/market_order/v1/index.d.ts +3 -0
  135. package/dist/meshtrade/trading/market_order/v1/index.js +44 -0
  136. package/dist/meshtrade/trading/market_order/v1/market_order_pb.d.ts +20 -0
  137. package/dist/meshtrade/trading/market_order/v1/market_order_pb.js +16 -0
  138. package/dist/meshtrade/trading/market_order/v1/service_pb.d.ts +34 -0
  139. package/dist/meshtrade/trading/market_order/v1/service_pb.js +22 -0
  140. package/dist/meshtrade/trading/market_order/v1/service_web_meshts.d.ts +36 -0
  141. package/dist/meshtrade/trading/market_order/v1/service_web_meshts.js +72 -0
  142. package/dist/meshtrade/type/v1/address_pb.d.ts +82 -0
  143. package/dist/meshtrade/type/v1/address_pb.js +16 -0
  144. package/dist/meshtrade/type/v1/amount.d.ts +13 -0
  145. package/dist/meshtrade/type/v1/amount.js +68 -0
  146. package/dist/meshtrade/type/v1/amountWrapper.d.ts +74 -0
  147. package/dist/meshtrade/type/v1/amountWrapper.js +98 -0
  148. package/dist/meshtrade/type/v1/amount_pb.d.ts +44 -0
  149. package/dist/meshtrade/type/v1/amount_pb.js +18 -0
  150. package/dist/meshtrade/type/v1/contact_details_pb.d.ts +98 -0
  151. package/dist/meshtrade/type/v1/contact_details_pb.js +16 -0
  152. package/dist/meshtrade/type/v1/date.d.ts +49 -0
  153. package/dist/meshtrade/type/v1/date.js +136 -0
  154. package/dist/meshtrade/type/v1/date_pb.d.ts +50 -0
  155. package/dist/meshtrade/type/v1/date_pb.js +16 -0
  156. package/dist/meshtrade/type/v1/decimalConversions.d.ts +24 -0
  157. package/dist/meshtrade/type/v1/decimalConversions.js +39 -0
  158. package/dist/meshtrade/type/v1/decimal_pb.d.ts +24 -0
  159. package/dist/meshtrade/type/v1/decimal_pb.js +16 -0
  160. package/dist/meshtrade/type/v1/index.d.ts +15 -0
  161. package/dist/meshtrade/type/v1/index.js +56 -0
  162. package/dist/meshtrade/type/v1/ledger.d.ts +27 -0
  163. package/dist/meshtrade/type/v1/ledger.js +115 -0
  164. package/dist/meshtrade/type/v1/ledger_pb.d.ts +83 -0
  165. package/dist/meshtrade/type/v1/ledger_pb.js +90 -0
  166. package/dist/meshtrade/type/v1/sorting_pb.d.ts +35 -0
  167. package/dist/meshtrade/type/v1/sorting_pb.js +42 -0
  168. package/dist/meshtrade/type/v1/time_of_day.d.ts +74 -0
  169. package/dist/meshtrade/type/v1/time_of_day.js +199 -0
  170. package/dist/meshtrade/type/v1/time_of_day_pb.d.ts +67 -0
  171. package/dist/meshtrade/type/v1/time_of_day_pb.js +16 -0
  172. package/dist/meshtrade/type/v1/token.d.ts +4 -0
  173. package/dist/meshtrade/type/v1/token.js +23 -0
  174. package/dist/meshtrade/type/v1/tokenWrapper.d.ts +49 -0
  175. package/dist/meshtrade/type/v1/tokenWrapper.js +92 -0
  176. package/dist/meshtrade/type/v1/token_pb.d.ts +56 -0
  177. package/dist/meshtrade/type/v1/token_pb.js +17 -0
  178. package/dist/meshtrade/wallet/account/v1/account_pb.d.ts +264 -0
  179. package/dist/meshtrade/wallet/account/v1/account_pb.js +74 -0
  180. package/dist/meshtrade/wallet/account/v1/index.d.ts +3 -0
  181. package/dist/meshtrade/wallet/account/v1/index.js +44 -0
  182. package/dist/meshtrade/wallet/account/v1/service_pb.d.ts +559 -0
  183. package/dist/meshtrade/wallet/account/v1/service_pb.js +112 -0
  184. package/dist/meshtrade/wallet/account/v1/service_web_meshts.d.ts +84 -0
  185. package/dist/meshtrade/wallet/account/v1/service_web_meshts.js +152 -0
  186. package/package.json +171 -0
@@ -0,0 +1,313 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Date } from "../../../../google/type/date_pb";
3
+ import type { CompanyRepresentative } from "./company_representative_pb";
4
+ import type { Fund } from "./fund_pb";
5
+ import type { IndustryClassification } from "./industry_classification_pb";
6
+ import type { NaturalPerson } from "./natural_person_pb";
7
+ import type { Trust } from "./trust_pb";
8
+ import type { Address } from "../../../type/v1/address_pb";
9
+ import type { Decimal } from "../../../type/v1/decimal_pb";
10
+ import type { Message } from "@bufbuild/protobuf";
11
+ /**
12
+ * Describes the file meshtrade/compliance/client/v1/company.proto.
13
+ */
14
+ export declare const file_meshtrade_compliance_client_v1_company: GenFile;
15
+ /**
16
+ *
17
+ * Defines a legal company entity. It contains the core, verifiable components of a company's
18
+ * identity required for Know Your Business (KYB) compliance checks.
19
+ * Fields essential for verification are noted but are not strictly mandatory for creating the record.
20
+ *
21
+ * @generated from message meshtrade.compliance.client.v1.Company
22
+ */
23
+ export type Company = Message<"meshtrade.compliance.client.v1.Company"> & {
24
+ /**
25
+ *
26
+ * The official, registered name of the company as it appears in its articles of incorporation.
27
+ * Required for verification.
28
+ *
29
+ * @generated from field: string registered_name = 1;
30
+ */
31
+ registeredName: string;
32
+ /**
33
+ *
34
+ * The unique number assigned by the relevant companies registry upon incorporation.
35
+ * Examples: UK Companies House number, NL KVK-nummer, US EIN.
36
+ * Required for verification.
37
+ *
38
+ * @generated from field: string registration_number = 3;
39
+ */
40
+ registrationNumber: string;
41
+ /**
42
+ *
43
+ * The primary tax identifier for the company.
44
+ * Examples: VAT number in the EU, TIN in the US.
45
+ *
46
+ * @generated from field: string tax_identifier = 4;
47
+ */
48
+ taxIdentifier: string;
49
+ /**
50
+ *
51
+ * The ISO 3166-1 alpha-2 country code where the company was incorporated (e.g., "ZA", "NL").
52
+ * The value must be the uppercase, two-letter code.
53
+ * See: https://www.iso.org/iso-3166-country-codes.html
54
+ * Required for verification.
55
+ *
56
+ * @generated from field: string country_of_incorporation = 5;
57
+ */
58
+ countryOfIncorporation: string;
59
+ /**
60
+ *
61
+ * The date on which the company was incorporated.
62
+ * Required for verification.
63
+ *
64
+ * @generated from field: google.type.Date date_of_incorporation = 6;
65
+ */
66
+ dateOfIncorporation?: Date;
67
+ /**
68
+ *
69
+ * The official, legal address of the entity as recorded with the incorporation registry.
70
+ * This is the primary address used for verification.
71
+ * Required for verification.
72
+ *
73
+ * @generated from field: meshtrade.type.v1.Address registered_address = 7;
74
+ */
75
+ registeredAddress?: Address;
76
+ /**
77
+ *
78
+ * The main physical location where the business conducts its operations.
79
+ * Provide only if different from the registered address.
80
+ *
81
+ * @generated from field: meshtrade.type.v1.Address principal_physical_address = 8;
82
+ */
83
+ principalPhysicalAddress?: Address;
84
+ /**
85
+ *
86
+ * The address designated for receiving mail and correspondence.
87
+ * Provide only if different from the registered address.
88
+ *
89
+ * @generated from field: meshtrade.type.v1.Address postal_address = 9;
90
+ */
91
+ postalAddress?: Address;
92
+ /**
93
+ *
94
+ * The address of the company's head office.
95
+ * Provide only if different from the registered and principal physical addresses.
96
+ *
97
+ * @generated from field: meshtrade.type.v1.Address head_office_address = 10;
98
+ */
99
+ headOfficeAddress?: Address;
100
+ /**
101
+ *
102
+ * A list of individuals empowered to act on behalf of the company (e.g., Directors, CEO).
103
+ * This field defines who has operational control and representation rights.
104
+ * Required for verification.
105
+ *
106
+ * @generated from field: repeated meshtrade.compliance.client.v1.CompanyRepresentative company_representatives = 11;
107
+ */
108
+ companyRepresentatives: CompanyRepresentative[];
109
+ /**
110
+ *
111
+ * A list of all other legal persons (companies, trusts, etc.) in the ownership structure.
112
+ * This is used to perform recursive KYB checks and map the full ownership hierarchy.
113
+ * IMPORTANT: Only add legal persons here if they are NOT already clients on the Mesh platform.
114
+ * Required for verification if the ownership structure includes off-platform entities.
115
+ *
116
+ * @generated from field: repeated meshtrade.compliance.client.v1.ConnectedLegalPerson connected_legal_persons = 12;
117
+ */
118
+ connectedLegalPersons: ConnectedLegalPerson[];
119
+ /**
120
+ *
121
+ * The company's industry classification (e.g., using NACE or SIC codes), used for risk assessment.
122
+ *
123
+ * @generated from field: meshtrade.compliance.client.v1.IndustryClassification industry_classification = 13;
124
+ */
125
+ industryClassification?: IndustryClassification;
126
+ /**
127
+ *
128
+ * The stock exchange where the company is listed, if applicable (e.g., "NASDAQ", "LSE").
129
+ *
130
+ * @generated from field: string listed_exchange_code = 14;
131
+ */
132
+ listedExchangeCode: string;
133
+ /**
134
+ *
135
+ * The ticker symbol for the company on the specified stock exchange (e.g., "GOOGL").
136
+ *
137
+ * @generated from field: string listing_reference = 15;
138
+ */
139
+ listingReference: string;
140
+ };
141
+ /**
142
+ * Describes the message meshtrade.compliance.client.v1.Company.
143
+ * Use `create(CompanySchema)` to create a new message.
144
+ */
145
+ export declare const CompanySchema: GenMessage<Company>;
146
+ /**
147
+ *
148
+ * ConnectedLegalPerson is a legal person and how they are connected to the company.
149
+ *
150
+ * Note on Field Requirements: Fields marked as 'Required for verification' are essential
151
+ * for a successful compliance check, but are not mandatory for creation.
152
+ *
153
+ * @generated from message meshtrade.compliance.client.v1.ConnectedLegalPerson
154
+ */
155
+ export type ConnectedLegalPerson = Message<"meshtrade.compliance.client.v1.ConnectedLegalPerson"> & {
156
+ /**
157
+ *
158
+ * Contains the specific data for the legal entity type.
159
+ * Only one of these may be set at a time.
160
+ * Required for verification.
161
+ *
162
+ * @generated from oneof meshtrade.compliance.client.v1.ConnectedLegalPerson.legal_person
163
+ */
164
+ legalPerson: {
165
+ /**
166
+ *
167
+ * Set when the legal entity is an individual human being.
168
+ *
169
+ * @generated from field: meshtrade.compliance.client.v1.NaturalPerson natural_person = 1;
170
+ */
171
+ value: NaturalPerson;
172
+ case: "naturalPerson";
173
+ } | {
174
+ /**
175
+ *
176
+ * Set when the legal entity is a company or corporation.
177
+ *
178
+ * @generated from field: meshtrade.compliance.client.v1.Company company = 2;
179
+ */
180
+ value: Company;
181
+ case: "company";
182
+ } | {
183
+ /**
184
+ *
185
+ * Set when the legal entity is an investment fund.
186
+ *
187
+ * @generated from field: meshtrade.compliance.client.v1.Fund fund = 3;
188
+ */
189
+ value: Fund;
190
+ case: "fund";
191
+ } | {
192
+ /**
193
+ *
194
+ * Set when the legal entity is a trust.
195
+ *
196
+ * @generated from field: meshtrade.compliance.client.v1.Trust trust = 4;
197
+ */
198
+ value: Trust;
199
+ case: "trust";
200
+ } | {
201
+ case: undefined;
202
+ value?: undefined;
203
+ };
204
+ /**
205
+ *
206
+ * The nature of the connection(s) of the legal person to the company.
207
+ * (e.g., Shareholder, Guarantor etc.).
208
+ * Required for verification.
209
+ *
210
+ * @generated from field: repeated meshtrade.compliance.client.v1.LegalPersonConnectionType connection_types = 5;
211
+ */
212
+ connectionTypes: LegalPersonConnectionType[];
213
+ /**
214
+ *
215
+ * The percentage of direct or indirect ownership this person holds.
216
+ * e.g. a value of 25.5 represents 25.5% ownership.
217
+ * Required for verification (if the connection_types includes LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER or similar ownership role)
218
+ *
219
+ * @generated from field: meshtrade.type.v1.Decimal ownership_percentage = 6;
220
+ */
221
+ ownershipPercentage?: Decimal;
222
+ /**
223
+ *
224
+ * The percentage of voting rights this person holds, which can differ from ownership.
225
+ * e.g. a value of 25.5 represents 25.5% ownership.
226
+ * Optional for verification.
227
+ *
228
+ * @generated from field: meshtrade.type.v1.Decimal voting_rights_percentage = 7;
229
+ */
230
+ votingRightsPercentage?: Decimal;
231
+ /**
232
+ *
233
+ * A plain text description of the relationship.
234
+ * Optional for verification.
235
+ *
236
+ * @generated from field: string connection_description = 8;
237
+ */
238
+ connectionDescription: string;
239
+ };
240
+ /**
241
+ * Describes the message meshtrade.compliance.client.v1.ConnectedLegalPerson.
242
+ * Use `create(ConnectedLegalPersonSchema)` to create a new message.
243
+ */
244
+ export declare const ConnectedLegalPersonSchema: GenMessage<ConnectedLegalPerson>;
245
+ /**
246
+ *
247
+ * LegalPersonConnectionType describes how a legal person is connected to a business,
248
+ * which is essential for understanding corporate ownership and control structures in KYB.
249
+ *
250
+ * @generated from enum meshtrade.compliance.client.v1.LegalPersonConnectionType
251
+ */
252
+ export declare enum LegalPersonConnectionType {
253
+ /**
254
+ *
255
+ * Unknown or not specified.
256
+ * This is a default value to prevent accidental assignment and should not be used.
257
+ *
258
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED = 0;
259
+ */
260
+ UNSPECIFIED = 0,
261
+ /**
262
+ *
263
+ * The legal person is a direct shareholder in the company, but may not have
264
+ * a controlling stake. This is a general ownership connection.
265
+ *
266
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER = 1;
267
+ */
268
+ SHAREHOLDER = 1,
269
+ /**
270
+ *
271
+ * The legal person has a controlling ownership stake in the company, making
272
+ * the company its subsidiary.
273
+ *
274
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY = 2;
275
+ */
276
+ PARENT_COMPANY = 2,
277
+ /**
278
+ *
279
+ * The legal person (often a trust or specialized firm) acts as a director
280
+ * on the board of the company. This represents a connection of control.
281
+ *
282
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR = 3;
283
+ */
284
+ CORPORATE_DIRECTOR = 3,
285
+ /**
286
+ *
287
+ * The legal person is a trust that holds shares or has a controlling interest
288
+ * in the company on behalf of its beneficiaries.
289
+ *
290
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_TRUST = 4;
291
+ */
292
+ TRUST = 4,
293
+ /**
294
+ *
295
+ * The legal person is a general partner in a partnership structure (e.g., LP/LLP),
296
+ * typically implying management control and unlimited liability.
297
+ *
298
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER = 5;
299
+ */
300
+ GENERAL_PARTNER = 5,
301
+ /**
302
+ *
303
+ * The legal person guarantees the financial obligations or performance of the company,
304
+ * indicating a significant financial connection.
305
+ *
306
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR = 6;
307
+ */
308
+ GUARANTOR = 6
309
+ }
310
+ /**
311
+ * Describes the enum meshtrade.compliance.client.v1.LegalPersonConnectionType.
312
+ */
313
+ export declare const LegalPersonConnectionTypeSchema: GenEnum<LegalPersonConnectionType>;
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file meshtrade/compliance/client/v1/company.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LegalPersonConnectionTypeSchema = exports.LegalPersonConnectionType = exports.ConnectedLegalPersonSchema = exports.CompanySchema = exports.file_meshtrade_compliance_client_v1_company = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ const validate_pb_1 = require("../../../../buf/validate/validate_pb");
9
+ const date_pb_1 = require("../../../../google/type/date_pb");
10
+ const company_representative_pb_1 = require("./company_representative_pb");
11
+ const fund_pb_1 = require("./fund_pb");
12
+ const industry_classification_pb_1 = require("./industry_classification_pb");
13
+ const natural_person_pb_1 = require("./natural_person_pb");
14
+ const trust_pb_1 = require("./trust_pb");
15
+ const address_pb_1 = require("../../../type/v1/address_pb");
16
+ const decimal_pb_1 = require("../../../type/v1/decimal_pb");
17
+ /**
18
+ * Describes the file meshtrade/compliance/client/v1/company.proto.
19
+ */
20
+ exports.file_meshtrade_compliance_client_v1_company = (0, codegenv2_1.fileDesc)("CixtZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvY29tcGFueS5wcm90bxIebWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxIqsHCgdDb21wYW55EiEKD3JlZ2lzdGVyZWRfbmFtZRgBIAEoCUIIukgFcgMY/wESJAoTcmVnaXN0cmF0aW9uX251bWJlchgDIAEoCUIHukgEcgIYZBIfCg50YXhfaWRlbnRpZmllchgEIAEoCUIHukgEcgIYMhLLAQoYY291bnRyeV9vZl9pbmNvcnBvcmF0aW9uGAUgASgJQqgBukikAboBoAEKHGNvdW50cnlfY29kZS5mb3JtYXQub3B0aW9uYWwSUWNvdW50cnlfb2ZfaW5jb3Jwb3JhdGlvbiBtdXN0IGJlIGVtcHR5IG9yIGEgdmFsaWQgSVNPIDMxNjYtMSBhbHBoYS0yIGNvdW50cnkgY29kZRotc2l6ZSh0aGlzKSA9PSAwIHx8IHRoaXMubWF0Y2hlcygnXltBLVpdezJ9JCcpEjAKFWRhdGVfb2ZfaW5jb3Jwb3JhdGlvbhgGIAEoCzIRLmdvb2dsZS50eXBlLkRhdGUSNgoScmVnaXN0ZXJlZF9hZGRyZXNzGAcgASgLMhoubWVzaHRyYWRlLnR5cGUudjEuQWRkcmVzcxI+ChpwcmluY2lwYWxfcGh5c2ljYWxfYWRkcmVzcxgIIAEoCzIaLm1lc2h0cmFkZS50eXBlLnYxLkFkZHJlc3MSMgoOcG9zdGFsX2FkZHJlc3MYCSABKAsyGi5tZXNodHJhZGUudHlwZS52MS5BZGRyZXNzEjcKE2hlYWRfb2ZmaWNlX2FkZHJlc3MYCiABKAsyGi5tZXNodHJhZGUudHlwZS52MS5BZGRyZXNzElYKF2NvbXBhbnlfcmVwcmVzZW50YXRpdmVzGAsgAygLMjUubWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxLkNvbXBhbnlSZXByZXNlbnRhdGl2ZRJVChdjb25uZWN0ZWRfbGVnYWxfcGVyc29ucxgMIAMoCzI0Lm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MS5Db25uZWN0ZWRMZWdhbFBlcnNvbhJXChdpbmR1c3RyeV9jbGFzc2lmaWNhdGlvbhgNIAEoCzI2Lm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MS5JbmR1c3RyeUNsYXNzaWZpY2F0aW9uEiUKFGxpc3RlZF9leGNoYW5nZV9jb2RlGA4gASgJQge6SARyAhgUEiIKEWxpc3RpbmdfcmVmZXJlbmNlGA8gASgJQge6SARyAhgUIp8EChRDb25uZWN0ZWRMZWdhbFBlcnNvbhJHCg5uYXR1cmFsX3BlcnNvbhgBIAEoCzItLm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MS5OYXR1cmFsUGVyc29uSAASOgoHY29tcGFueRgCIAEoCzInLm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MS5Db21wYW55SAASNAoEZnVuZBgDIAEoCzIkLm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MS5GdW5kSAASNgoFdHJ1c3QYBCABKAsyJS5tZXNodHJhZGUuY29tcGxpYW5jZS5jbGllbnQudjEuVHJ1c3RIABJiChBjb25uZWN0aW9uX3R5cGVzGAUgAygOMjkubWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxLkxlZ2FsUGVyc29uQ29ubmVjdGlvblR5cGVCDbpICpIBByIFggECEAESOAoUb3duZXJzaGlwX3BlcmNlbnRhZ2UYBiABKAsyGi5tZXNodHJhZGUudHlwZS52MS5EZWNpbWFsEjwKGHZvdGluZ19yaWdodHNfcGVyY2VudGFnZRgHIAEoCzIaLm1lc2h0cmFkZS50eXBlLnYxLkRlY2ltYWwSKAoWY29ubmVjdGlvbl9kZXNjcmlwdGlvbhgIIAEoCUIIukgFcgMY9ANCDgoMbGVnYWxfcGVyc29uKuMCChlMZWdhbFBlcnNvbkNvbm5lY3Rpb25UeXBlEiwKKExFR0FMX1BFUlNPTl9DT05ORUNUSU9OX1RZUEVfVU5TUEVDSUZJRUQQABIsCihMRUdBTF9QRVJTT05fQ09OTkVDVElPTl9UWVBFX1NIQVJFSE9MREVSEAESLworTEVHQUxfUEVSU09OX0NPTk5FQ1RJT05fVFlQRV9QQVJFTlRfQ09NUEFOWRACEjMKL0xFR0FMX1BFUlNPTl9DT05ORUNUSU9OX1RZUEVfQ09SUE9SQVRFX0RJUkVDVE9SEAMSJgoiTEVHQUxfUEVSU09OX0NPTk5FQ1RJT05fVFlQRV9UUlVTVBAEEjAKLExFR0FMX1BFUlNPTl9DT05ORUNUSU9OX1RZUEVfR0VORVJBTF9QQVJUTkVSEAUSKgomTEVHQUxfUEVSU09OX0NPTk5FQ1RJT05fVFlQRV9HVUFSQU5UT1IQBkJjCiVjby5tZXNodHJhZGUuYXBpLmNvbXBsaWFuY2UuY2xpZW50LnYxWjpnaXRodWIuY29tL21lc2h0cmFkZS9hcGkvZ28vY29tcGxpYW5jZS9jbGllbnQvdjE7Y2xpZW50X3YxYgZwcm90bzM", [validate_pb_1.file_buf_validate_validate, date_pb_1.file_google_type_date, company_representative_pb_1.file_meshtrade_compliance_client_v1_company_representative, fund_pb_1.file_meshtrade_compliance_client_v1_fund, industry_classification_pb_1.file_meshtrade_compliance_client_v1_industry_classification, natural_person_pb_1.file_meshtrade_compliance_client_v1_natural_person, trust_pb_1.file_meshtrade_compliance_client_v1_trust, address_pb_1.file_meshtrade_type_v1_address, decimal_pb_1.file_meshtrade_type_v1_decimal]);
21
+ /**
22
+ * Describes the message meshtrade.compliance.client.v1.Company.
23
+ * Use `create(CompanySchema)` to create a new message.
24
+ */
25
+ exports.CompanySchema = (0, codegenv2_1.messageDesc)(exports.file_meshtrade_compliance_client_v1_company, 0);
26
+ /**
27
+ * Describes the message meshtrade.compliance.client.v1.ConnectedLegalPerson.
28
+ * Use `create(ConnectedLegalPersonSchema)` to create a new message.
29
+ */
30
+ exports.ConnectedLegalPersonSchema = (0, codegenv2_1.messageDesc)(exports.file_meshtrade_compliance_client_v1_company, 1);
31
+ /**
32
+ *
33
+ * LegalPersonConnectionType describes how a legal person is connected to a business,
34
+ * which is essential for understanding corporate ownership and control structures in KYB.
35
+ *
36
+ * @generated from enum meshtrade.compliance.client.v1.LegalPersonConnectionType
37
+ */
38
+ var LegalPersonConnectionType;
39
+ (function (LegalPersonConnectionType) {
40
+ /**
41
+ *
42
+ * Unknown or not specified.
43
+ * This is a default value to prevent accidental assignment and should not be used.
44
+ *
45
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED = 0;
46
+ */
47
+ LegalPersonConnectionType[LegalPersonConnectionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
48
+ /**
49
+ *
50
+ * The legal person is a direct shareholder in the company, but may not have
51
+ * a controlling stake. This is a general ownership connection.
52
+ *
53
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER = 1;
54
+ */
55
+ LegalPersonConnectionType[LegalPersonConnectionType["SHAREHOLDER"] = 1] = "SHAREHOLDER";
56
+ /**
57
+ *
58
+ * The legal person has a controlling ownership stake in the company, making
59
+ * the company its subsidiary.
60
+ *
61
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY = 2;
62
+ */
63
+ LegalPersonConnectionType[LegalPersonConnectionType["PARENT_COMPANY"] = 2] = "PARENT_COMPANY";
64
+ /**
65
+ *
66
+ * The legal person (often a trust or specialized firm) acts as a director
67
+ * on the board of the company. This represents a connection of control.
68
+ *
69
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR = 3;
70
+ */
71
+ LegalPersonConnectionType[LegalPersonConnectionType["CORPORATE_DIRECTOR"] = 3] = "CORPORATE_DIRECTOR";
72
+ /**
73
+ *
74
+ * The legal person is a trust that holds shares or has a controlling interest
75
+ * in the company on behalf of its beneficiaries.
76
+ *
77
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_TRUST = 4;
78
+ */
79
+ LegalPersonConnectionType[LegalPersonConnectionType["TRUST"] = 4] = "TRUST";
80
+ /**
81
+ *
82
+ * The legal person is a general partner in a partnership structure (e.g., LP/LLP),
83
+ * typically implying management control and unlimited liability.
84
+ *
85
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER = 5;
86
+ */
87
+ LegalPersonConnectionType[LegalPersonConnectionType["GENERAL_PARTNER"] = 5] = "GENERAL_PARTNER";
88
+ /**
89
+ *
90
+ * The legal person guarantees the financial obligations or performance of the company,
91
+ * indicating a significant financial connection.
92
+ *
93
+ * @generated from enum value: LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR = 6;
94
+ */
95
+ LegalPersonConnectionType[LegalPersonConnectionType["GUARANTOR"] = 6] = "GUARANTOR";
96
+ })(LegalPersonConnectionType || (exports.LegalPersonConnectionType = LegalPersonConnectionType = {}));
97
+ /**
98
+ * Describes the enum meshtrade.compliance.client.v1.LegalPersonConnectionType.
99
+ */
100
+ exports.LegalPersonConnectionTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_meshtrade_compliance_client_v1_company, 0);
@@ -0,0 +1,81 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Date } from "../../../../google/type/date_pb";
3
+ import type { CompanyRepresentativeRole } from "./company_representative_role_pb";
4
+ import type { NaturalPerson } from "./natural_person_pb";
5
+ import type { ContactDetails } from "../../../type/v1/contact_details_pb";
6
+ import type { Decimal } from "../../../type/v1/decimal_pb";
7
+ import type { Message } from "@bufbuild/protobuf";
8
+ /**
9
+ * Describes the file meshtrade/compliance/client/v1/company_representative.proto.
10
+ */
11
+ export declare const file_meshtrade_compliance_client_v1_company_representative: GenFile;
12
+ /**
13
+ *
14
+ * CompanyRepresentative models an individual acting in an official capacity for a legal entity.
15
+ * This person is typically subject to KYC verification as part of the overall KYB process
16
+ * for the legal entity they represent.
17
+ * Note on Field Requirements: Fields marked as 'Required for verification' are essential
18
+ * for a successful compliance check, but are not mandatory for creation.
19
+ *
20
+ * @generated from message meshtrade.compliance.client.v1.CompanyRepresentative
21
+ */
22
+ export type CompanyRepresentative = Message<"meshtrade.compliance.client.v1.CompanyRepresentative"> & {
23
+ /**
24
+ *
25
+ * Details of the natural person that is the company representative.
26
+ * This contains the core personal identity information (name, residential address,
27
+ * ID document, personal contact details, etc.) required for their individual KYC check.
28
+ * Required for verification.
29
+ *
30
+ * @generated from field: meshtrade.compliance.client.v1.NaturalPerson natural_person = 1;
31
+ */
32
+ naturalPerson?: NaturalPerson;
33
+ /**
34
+ *
35
+ * The official role this person holds in relation to the company.
36
+ * Required for verification.
37
+ *
38
+ * @generated from field: meshtrade.compliance.client.v1.CompanyRepresentativeRole role = 2;
39
+ */
40
+ role: CompanyRepresentativeRole;
41
+ /**
42
+ *
43
+ * The person's job title or position within the company (e.g., "CEO", "Managing Partner").
44
+ * Optional for verification.
45
+ *
46
+ * @generated from field: string position = 3;
47
+ */
48
+ position: string;
49
+ /**
50
+ *
51
+ * For UBOs and Shareholders, this specifies the percentage of ownership or voting rights.
52
+ * Should be a value between 0.0 and 100.0.
53
+ * Required by business logic if the role is ULTIMATE_BENEFICIAL_OWNER or SHAREHOLDER.
54
+ * Optional for verification.
55
+ *
56
+ * @generated from field: meshtrade.type.v1.Decimal ownership_percentage = 4;
57
+ */
58
+ ownershipPercentage?: Decimal;
59
+ /**
60
+ *
61
+ * The professional contact details for the representative in their capacity at the company
62
+ * (e.g., work email, work phone).
63
+ * Optional for verification.
64
+ *
65
+ * @generated from field: meshtrade.type.v1.ContactDetails professional_contact_details = 5;
66
+ */
67
+ professionalContactDetails?: ContactDetails;
68
+ /**
69
+ *
70
+ * The date when the person was appointed to this role.
71
+ * Optional for verification.
72
+ *
73
+ * @generated from field: google.type.Date date_of_appointment = 6;
74
+ */
75
+ dateOfAppointment?: Date;
76
+ };
77
+ /**
78
+ * Describes the message meshtrade.compliance.client.v1.CompanyRepresentative.
79
+ * Use `create(CompanyRepresentativeSchema)` to create a new message.
80
+ */
81
+ export declare const CompanyRepresentativeSchema: GenMessage<CompanyRepresentative>;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file meshtrade/compliance/client/v1/company_representative.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CompanyRepresentativeSchema = exports.file_meshtrade_compliance_client_v1_company_representative = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ const validate_pb_1 = require("../../../../buf/validate/validate_pb");
9
+ const date_pb_1 = require("../../../../google/type/date_pb");
10
+ const company_representative_role_pb_1 = require("./company_representative_role_pb");
11
+ const natural_person_pb_1 = require("./natural_person_pb");
12
+ const contact_details_pb_1 = require("../../../type/v1/contact_details_pb");
13
+ const decimal_pb_1 = require("../../../type/v1/decimal_pb");
14
+ /**
15
+ * Describes the file meshtrade/compliance/client/v1/company_representative.proto.
16
+ */
17
+ exports.file_meshtrade_compliance_client_v1_company_representative = (0, codegenv2_1.fileDesc)("CjttZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvY29tcGFueV9yZXByZXNlbnRhdGl2ZS5wcm90bxIebWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxIoADChVDb21wYW55UmVwcmVzZW50YXRpdmUSRQoObmF0dXJhbF9wZXJzb24YASABKAsyLS5tZXNodHJhZGUuY29tcGxpYW5jZS5jbGllbnQudjEuTmF0dXJhbFBlcnNvbhJRCgRyb2xlGAIgASgOMjkubWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxLkNvbXBhbnlSZXByZXNlbnRhdGl2ZVJvbGVCCLpIBYIBAhABEhoKCHBvc2l0aW9uGAMgASgJQgi6SAVyAxj0AxI4ChRvd25lcnNoaXBfcGVyY2VudGFnZRgEIAEoCzIaLm1lc2h0cmFkZS50eXBlLnYxLkRlY2ltYWwSRwoccHJvZmVzc2lvbmFsX2NvbnRhY3RfZGV0YWlscxgFIAEoCzIhLm1lc2h0cmFkZS50eXBlLnYxLkNvbnRhY3REZXRhaWxzEi4KE2RhdGVfb2ZfYXBwb2ludG1lbnQYBiABKAsyES5nb29nbGUudHlwZS5EYXRlQmMKJWNvLm1lc2h0cmFkZS5hcGkuY29tcGxpYW5jZS5jbGllbnQudjFaOmdpdGh1Yi5jb20vbWVzaHRyYWRlL2FwaS9nby9jb21wbGlhbmNlL2NsaWVudC92MTtjbGllbnRfdjFiBnByb3RvMw", [validate_pb_1.file_buf_validate_validate, date_pb_1.file_google_type_date, company_representative_role_pb_1.file_meshtrade_compliance_client_v1_company_representative_role, natural_person_pb_1.file_meshtrade_compliance_client_v1_natural_person, contact_details_pb_1.file_meshtrade_type_v1_contact_details, decimal_pb_1.file_meshtrade_type_v1_decimal]);
18
+ /**
19
+ * Describes the message meshtrade.compliance.client.v1.CompanyRepresentative.
20
+ * Use `create(CompanyRepresentativeSchema)` to create a new message.
21
+ */
22
+ exports.CompanyRepresentativeSchema = (0, codegenv2_1.messageDesc)(exports.file_meshtrade_compliance_client_v1_company_representative, 0);
@@ -0,0 +1,88 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file meshtrade/compliance/client/v1/company_representative_role.proto.
4
+ */
5
+ export declare const file_meshtrade_compliance_client_v1_company_representative_role: GenFile;
6
+ /**
7
+ *
8
+ * CompanyRepresentativeRole defines the capacity in which a natural person represents a legal entity.
9
+ * These roles are crucial for Know Your Business (KYB) and Anti-Money Laundering (AML) checks.
10
+ *
11
+ * @generated from enum meshtrade.compliance.client.v1.CompanyRepresentativeRole
12
+ */
13
+ export declare enum CompanyRepresentativeRole {
14
+ /**
15
+ *
16
+ * Unknown or not specified.
17
+ * This is a default value to prevent accidental assignment and should not be used.
18
+ *
19
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_UNSPECIFIED = 0;
20
+ */
21
+ UNSPECIFIED = 0,
22
+ /**
23
+ *
24
+ * An Ultimate Beneficial Owner (UBO). A UBO is a person who ultimately owns or controls a company,
25
+ * often through share ownership, voting rights, or other forms of influence.
26
+ * The threshold for UBO status (e.g., >25% ownership) is defined by local regulations.
27
+ *
28
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_ULTIMATE_BENEFICIAL_OWNER = 1;
29
+ */
30
+ ULTIMATE_BENEFICIAL_OWNER = 1,
31
+ /**
32
+ *
33
+ * A person who owns shares in the company but may not meet the threshold to be a UBO.
34
+ * This role is for identifying all shareholders, while UBO is for those with significant control.
35
+ *
36
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_SHAREHOLDER = 2;
37
+ */
38
+ SHAREHOLDER = 2,
39
+ /**
40
+ *
41
+ * The sole owner and operator of an unincorporated business (a sole proprietorship).
42
+ * This person is legally indistinct from the business itself.
43
+ *
44
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_SOLE_PROPRIETOR = 3;
45
+ */
46
+ SOLE_PROPRIETOR = 3,
47
+ /**
48
+ *
49
+ * An individual who is a co-owner of a partnership form of business.
50
+ *
51
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_PARTNER = 4;
52
+ */
53
+ PARTNER = 4,
54
+ /**
55
+ *
56
+ * An individual appointed to the board who directs the company's business affairs.
57
+ *
58
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_DIRECTOR = 5;
59
+ */
60
+ DIRECTOR = 5,
61
+ /**
62
+ *
63
+ * A senior employee responsible for managing the company or a specific department.
64
+ * This role has operational control but not necessarily ownership.
65
+ *
66
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_MANAGER = 6;
67
+ */
68
+ MANAGER = 6,
69
+ /**
70
+ *
71
+ * An individual with legal authority to sign documents and act on behalf of the company.
72
+ * This is often a specific power granted to a director, manager, or other officer.
73
+ *
74
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_AUTHORIZED_SIGNATORY = 7;
75
+ */
76
+ AUTHORIZED_SIGNATORY = 7,
77
+ /**
78
+ *
79
+ * A primary contact person for communication purposes who may not have legal or managerial authority.
80
+ *
81
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_PRIMARY_CONTACT = 8;
82
+ */
83
+ PRIMARY_CONTACT = 8
84
+ }
85
+ /**
86
+ * Describes the enum meshtrade.compliance.client.v1.CompanyRepresentativeRole.
87
+ */
88
+ export declare const CompanyRepresentativeRoleSchema: GenEnum<CompanyRepresentativeRole>;