@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,95 @@
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_role.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CompanyRepresentativeRoleSchema = exports.CompanyRepresentativeRole = exports.file_meshtrade_compliance_client_v1_company_representative_role = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ /**
9
+ * Describes the file meshtrade/compliance/client/v1/company_representative_role.proto.
10
+ */
11
+ exports.file_meshtrade_compliance_client_v1_company_representative_role = (0, codegenv2_1.fileDesc)("CkBtZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvY29tcGFueV9yZXByZXNlbnRhdGl2ZV9yb2xlLnByb3RvEh5tZXNodHJhZGUuY29tcGxpYW5jZS5jbGllbnQudjEqxAMKGUNvbXBhbnlSZXByZXNlbnRhdGl2ZVJvbGUSKwonQ09NUEFOWV9SRVBSRVNFTlRBVElWRV9ST0xFX1VOU1BFQ0lGSUVEEAASOQo1Q09NUEFOWV9SRVBSRVNFTlRBVElWRV9ST0xFX1VMVElNQVRFX0JFTkVGSUNJQUxfT1dORVIQARIrCidDT01QQU5ZX1JFUFJFU0VOVEFUSVZFX1JPTEVfU0hBUkVIT0xERVIQAhIvCitDT01QQU5ZX1JFUFJFU0VOVEFUSVZFX1JPTEVfU09MRV9QUk9QUklFVE9SEAMSJwojQ09NUEFOWV9SRVBSRVNFTlRBVElWRV9ST0xFX1BBUlRORVIQBBIoCiRDT01QQU5ZX1JFUFJFU0VOVEFUSVZFX1JPTEVfRElSRUNUT1IQBRInCiNDT01QQU5ZX1JFUFJFU0VOVEFUSVZFX1JPTEVfTUFOQUdFUhAGEjQKMENPTVBBTllfUkVQUkVTRU5UQVRJVkVfUk9MRV9BVVRIT1JJWkVEX1NJR05BVE9SWRAHEi8KK0NPTVBBTllfUkVQUkVTRU5UQVRJVkVfUk9MRV9QUklNQVJZX0NPTlRBQ1QQCEJjCiVjby5tZXNodHJhZGUuYXBpLmNvbXBsaWFuY2UuY2xpZW50LnYxWjpnaXRodWIuY29tL21lc2h0cmFkZS9hcGkvZ28vY29tcGxpYW5jZS9jbGllbnQvdjE7Y2xpZW50X3YxYgZwcm90bzM");
12
+ /**
13
+ *
14
+ * CompanyRepresentativeRole defines the capacity in which a natural person represents a legal entity.
15
+ * These roles are crucial for Know Your Business (KYB) and Anti-Money Laundering (AML) checks.
16
+ *
17
+ * @generated from enum meshtrade.compliance.client.v1.CompanyRepresentativeRole
18
+ */
19
+ var CompanyRepresentativeRole;
20
+ (function (CompanyRepresentativeRole) {
21
+ /**
22
+ *
23
+ * Unknown or not specified.
24
+ * This is a default value to prevent accidental assignment and should not be used.
25
+ *
26
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_UNSPECIFIED = 0;
27
+ */
28
+ CompanyRepresentativeRole[CompanyRepresentativeRole["UNSPECIFIED"] = 0] = "UNSPECIFIED";
29
+ /**
30
+ *
31
+ * An Ultimate Beneficial Owner (UBO). A UBO is a person who ultimately owns or controls a company,
32
+ * often through share ownership, voting rights, or other forms of influence.
33
+ * The threshold for UBO status (e.g., >25% ownership) is defined by local regulations.
34
+ *
35
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_ULTIMATE_BENEFICIAL_OWNER = 1;
36
+ */
37
+ CompanyRepresentativeRole[CompanyRepresentativeRole["ULTIMATE_BENEFICIAL_OWNER"] = 1] = "ULTIMATE_BENEFICIAL_OWNER";
38
+ /**
39
+ *
40
+ * A person who owns shares in the company but may not meet the threshold to be a UBO.
41
+ * This role is for identifying all shareholders, while UBO is for those with significant control.
42
+ *
43
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_SHAREHOLDER = 2;
44
+ */
45
+ CompanyRepresentativeRole[CompanyRepresentativeRole["SHAREHOLDER"] = 2] = "SHAREHOLDER";
46
+ /**
47
+ *
48
+ * The sole owner and operator of an unincorporated business (a sole proprietorship).
49
+ * This person is legally indistinct from the business itself.
50
+ *
51
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_SOLE_PROPRIETOR = 3;
52
+ */
53
+ CompanyRepresentativeRole[CompanyRepresentativeRole["SOLE_PROPRIETOR"] = 3] = "SOLE_PROPRIETOR";
54
+ /**
55
+ *
56
+ * An individual who is a co-owner of a partnership form of business.
57
+ *
58
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_PARTNER = 4;
59
+ */
60
+ CompanyRepresentativeRole[CompanyRepresentativeRole["PARTNER"] = 4] = "PARTNER";
61
+ /**
62
+ *
63
+ * An individual appointed to the board who directs the company's business affairs.
64
+ *
65
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_DIRECTOR = 5;
66
+ */
67
+ CompanyRepresentativeRole[CompanyRepresentativeRole["DIRECTOR"] = 5] = "DIRECTOR";
68
+ /**
69
+ *
70
+ * A senior employee responsible for managing the company or a specific department.
71
+ * This role has operational control but not necessarily ownership.
72
+ *
73
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_MANAGER = 6;
74
+ */
75
+ CompanyRepresentativeRole[CompanyRepresentativeRole["MANAGER"] = 6] = "MANAGER";
76
+ /**
77
+ *
78
+ * An individual with legal authority to sign documents and act on behalf of the company.
79
+ * This is often a specific power granted to a director, manager, or other officer.
80
+ *
81
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_AUTHORIZED_SIGNATORY = 7;
82
+ */
83
+ CompanyRepresentativeRole[CompanyRepresentativeRole["AUTHORIZED_SIGNATORY"] = 7] = "AUTHORIZED_SIGNATORY";
84
+ /**
85
+ *
86
+ * A primary contact person for communication purposes who may not have legal or managerial authority.
87
+ *
88
+ * @generated from enum value: COMPANY_REPRESENTATIVE_ROLE_PRIMARY_CONTACT = 8;
89
+ */
90
+ CompanyRepresentativeRole[CompanyRepresentativeRole["PRIMARY_CONTACT"] = 8] = "PRIMARY_CONTACT";
91
+ })(CompanyRepresentativeRole || (exports.CompanyRepresentativeRole = CompanyRepresentativeRole = {}));
92
+ /**
93
+ * Describes the enum meshtrade.compliance.client.v1.CompanyRepresentativeRole.
94
+ */
95
+ exports.CompanyRepresentativeRoleSchema = (0, codegenv2_1.enumDesc)(exports.file_meshtrade_compliance_client_v1_company_representative_role, 0);
@@ -0,0 +1,65 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Date } from "../../../../google/type/date_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file meshtrade/compliance/client/v1/fund.proto.
6
+ */
7
+ export declare const file_meshtrade_compliance_client_v1_fund: GenFile;
8
+ /**
9
+ *
10
+ * Defines a Fund as a legal entity. It contains the core, verifiable components of a fund's
11
+ * identity required for Know Your Fund (KYF) compliance checks.
12
+ * Fields essential for verification are noted but are not strictly mandatory for creating the record.
13
+ *
14
+ * @generated from message meshtrade.compliance.client.v1.Fund
15
+ */
16
+ export type Fund = Message<"meshtrade.compliance.client.v1.Fund"> & {
17
+ /**
18
+ *
19
+ * The official, registered name of the fund as it appears in its prospectus or formation documents.
20
+ * Required for verification.
21
+ *
22
+ * @generated from field: string registered_name = 1;
23
+ */
24
+ registeredName: string;
25
+ /**
26
+ *
27
+ * The unique registration or identification number assigned by a regulatory body or authority.
28
+ * Examples: SEC CIK number, LEI (Legal Entity Identifier).
29
+ * Required for verification.
30
+ *
31
+ * @generated from field: string registration_number = 2;
32
+ */
33
+ registrationNumber: string;
34
+ /**
35
+ *
36
+ * The primary tax identifier for the fund.
37
+ * Example: TIN in the US.
38
+ *
39
+ * @generated from field: string tax_identifier = 3;
40
+ */
41
+ taxIdentifier: string;
42
+ /**
43
+ *
44
+ * The ISO 3166-1 alpha-2 country code where the fund is domiciled (e.g., "KY" for Cayman Islands, "LU" for Luxembourg).
45
+ * The value must be the uppercase, two-letter code.
46
+ * See: https://www.iso.org/iso-3166-country-codes.html
47
+ * Required for verification.
48
+ *
49
+ * @generated from field: string country_of_domicile = 4;
50
+ */
51
+ countryOfDomicile: string;
52
+ /**
53
+ *
54
+ * The date on which the fund was established or began operations (inception date).
55
+ * Required for verification.
56
+ *
57
+ * @generated from field: google.type.Date date_of_inception = 5;
58
+ */
59
+ dateOfInception?: Date;
60
+ };
61
+ /**
62
+ * Describes the message meshtrade.compliance.client.v1.Fund.
63
+ * Use `create(FundSchema)` to create a new message.
64
+ */
65
+ export declare const FundSchema: GenMessage<Fund>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file meshtrade/compliance/client/v1/fund.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FundSchema = exports.file_meshtrade_compliance_client_v1_fund = 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
+ /**
11
+ * Describes the file meshtrade/compliance/client/v1/fund.proto.
12
+ */
13
+ exports.file_meshtrade_compliance_client_v1_fund = (0, codegenv2_1.fileDesc)("CiltZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvZnVuZC5wcm90bxIebWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxIuICCgRGdW5kEiEKD3JlZ2lzdGVyZWRfbmFtZRgBIAEoCUIIukgFcgMY/wESJAoTcmVnaXN0cmF0aW9uX251bWJlchgCIAEoCUIHukgEcgIYZBIfCg50YXhfaWRlbnRpZmllchgDIAEoCUIHukgEcgIYMhLBAQoTY291bnRyeV9vZl9kb21pY2lsZRgEIAEoCUKjAbpInwG6AZsBChxjb3VudHJ5X2NvZGUuZm9ybWF0Lm9wdGlvbmFsEkxjb3VudHJ5X29mX2RvbWljaWxlIG11c3QgYmUgZW1wdHkgb3IgYSB2YWxpZCBJU08gMzE2Ni0xIGFscGhhLTIgY291bnRyeSBjb2RlGi1zaXplKHRoaXMpID09IDAgfHwgdGhpcy5tYXRjaGVzKCdeW0EtWl17Mn0kJykSLAoRZGF0ZV9vZl9pbmNlcHRpb24YBSABKAsyES5nb29nbGUudHlwZS5EYXRlQmMKJWNvLm1lc2h0cmFkZS5hcGkuY29tcGxpYW5jZS5jbGllbnQudjFaOmdpdGh1Yi5jb20vbWVzaHRyYWRlL2FwaS9nby9jb21wbGlhbmNlL2NsaWVudC92MTtjbGllbnRfdjFiBnByb3RvMw", [validate_pb_1.file_buf_validate_validate, date_pb_1.file_google_type_date]);
14
+ /**
15
+ * Describes the message meshtrade.compliance.client.v1.Fund.
16
+ * Use `create(FundSchema)` to create a new message.
17
+ */
18
+ exports.FundSchema = (0, codegenv2_1.messageDesc)(exports.file_meshtrade_compliance_client_v1_fund, 0);
@@ -0,0 +1,55 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file meshtrade/compliance/client/v1/identification_document_type.proto.
4
+ */
5
+ export declare const file_meshtrade_compliance_client_v1_identification_document_type: GenFile;
6
+ /**
7
+ *
8
+ * IdentificationDocumentType specifies the type of official document used to
9
+ * verify a client's identity.
10
+ *
11
+ * @generated from enum meshtrade.compliance.client.v1.IdentificationDocumentType
12
+ */
13
+ export declare enum IdentificationDocumentType {
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: IDENTIFICATION_DOCUMENT_TYPE_UNSPECIFIED = 0;
20
+ */
21
+ UNSPECIFIED = 0,
22
+ /**
23
+ *
24
+ * An international passport.
25
+ *
26
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_PASSPORT = 1;
27
+ */
28
+ PASSPORT = 1,
29
+ /**
30
+ *
31
+ * A government-issued national identity card/book/paper.
32
+ * This covers documents like the South African ID, a European ID card, etc.
33
+ *
34
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_NATIONAL_ID = 2;
35
+ */
36
+ NATIONAL_ID = 2,
37
+ /**
38
+ *
39
+ * A government-issued driver's license.
40
+ *
41
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_DRIVERS_LICENSE = 3;
42
+ */
43
+ DRIVERS_LICENSE = 3,
44
+ /**
45
+ *
46
+ * A residence permit or visa issued to a foreign national.
47
+ *
48
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_RESIDENCE_PERMIT = 4;
49
+ */
50
+ RESIDENCE_PERMIT = 4
51
+ }
52
+ /**
53
+ * Describes the enum meshtrade.compliance.client.v1.IdentificationDocumentType.
54
+ */
55
+ export declare const IdentificationDocumentTypeSchema: GenEnum<IdentificationDocumentType>;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file meshtrade/compliance/client/v1/identification_document_type.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IdentificationDocumentTypeSchema = exports.IdentificationDocumentType = exports.file_meshtrade_compliance_client_v1_identification_document_type = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ /**
9
+ * Describes the file meshtrade/compliance/client/v1/identification_document_type.proto.
10
+ */
11
+ exports.file_meshtrade_compliance_client_v1_identification_document_type = (0, codegenv2_1.fileDesc)("CkFtZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvaWRlbnRpZmljYXRpb25fZG9jdW1lbnRfdHlwZS5wcm90bxIebWVzaHRyYWRlLmNvbXBsaWFuY2UuY2xpZW50LnYxKogCChpJZGVudGlmaWNhdGlvbkRvY3VtZW50VHlwZRIsCihJREVOVElGSUNBVElPTl9ET0NVTUVOVF9UWVBFX1VOU1BFQ0lGSUVEEAASKQolSURFTlRJRklDQVRJT05fRE9DVU1FTlRfVFlQRV9QQVNTUE9SVBABEiwKKElERU5USUZJQ0FUSU9OX0RPQ1VNRU5UX1RZUEVfTkFUSU9OQUxfSUQQAhIwCixJREVOVElGSUNBVElPTl9ET0NVTUVOVF9UWVBFX0RSSVZFUlNfTElDRU5TRRADEjEKLUlERU5USUZJQ0FUSU9OX0RPQ1VNRU5UX1RZUEVfUkVTSURFTkNFX1BFUk1JVBAEQmMKJWNvLm1lc2h0cmFkZS5hcGkuY29tcGxpYW5jZS5jbGllbnQudjFaOmdpdGh1Yi5jb20vbWVzaHRyYWRlL2FwaS9nby9jb21wbGlhbmNlL2NsaWVudC92MTtjbGllbnRfdjFiBnByb3RvMw");
12
+ /**
13
+ *
14
+ * IdentificationDocumentType specifies the type of official document used to
15
+ * verify a client's identity.
16
+ *
17
+ * @generated from enum meshtrade.compliance.client.v1.IdentificationDocumentType
18
+ */
19
+ var IdentificationDocumentType;
20
+ (function (IdentificationDocumentType) {
21
+ /**
22
+ *
23
+ * Unknown or not specified.
24
+ * This is a default value to prevent accidental assignment and should not be used.
25
+ *
26
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_UNSPECIFIED = 0;
27
+ */
28
+ IdentificationDocumentType[IdentificationDocumentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
29
+ /**
30
+ *
31
+ * An international passport.
32
+ *
33
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_PASSPORT = 1;
34
+ */
35
+ IdentificationDocumentType[IdentificationDocumentType["PASSPORT"] = 1] = "PASSPORT";
36
+ /**
37
+ *
38
+ * A government-issued national identity card/book/paper.
39
+ * This covers documents like the South African ID, a European ID card, etc.
40
+ *
41
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_NATIONAL_ID = 2;
42
+ */
43
+ IdentificationDocumentType[IdentificationDocumentType["NATIONAL_ID"] = 2] = "NATIONAL_ID";
44
+ /**
45
+ *
46
+ * A government-issued driver's license.
47
+ *
48
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_DRIVERS_LICENSE = 3;
49
+ */
50
+ IdentificationDocumentType[IdentificationDocumentType["DRIVERS_LICENSE"] = 3] = "DRIVERS_LICENSE";
51
+ /**
52
+ *
53
+ * A residence permit or visa issued to a foreign national.
54
+ *
55
+ * @generated from enum value: IDENTIFICATION_DOCUMENT_TYPE_RESIDENCE_PERMIT = 4;
56
+ */
57
+ IdentificationDocumentType[IdentificationDocumentType["RESIDENCE_PERMIT"] = 4] = "RESIDENCE_PERMIT";
58
+ })(IdentificationDocumentType || (exports.IdentificationDocumentType = IdentificationDocumentType = {}));
59
+ /**
60
+ * Describes the enum meshtrade.compliance.client.v1.IdentificationDocumentType.
61
+ */
62
+ exports.IdentificationDocumentTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_meshtrade_compliance_client_v1_identification_document_type, 0);
@@ -0,0 +1,16 @@
1
+ export * from "./client_pb";
2
+ export * from "./company_pb";
3
+ export * from "./company_representative_pb";
4
+ export * from "./company_representative_role_pb";
5
+ export * from "./fund_pb";
6
+ export * from "./identification_document_type_pb";
7
+ export * from "./industry_classification_pb";
8
+ export * from "./natural_person_connection_type_pb";
9
+ export * from "./natural_person_pb";
10
+ export * from "./pep_status_pb";
11
+ export * from "./service_pb";
12
+ export * from "./service_web_meshts";
13
+ export * from "./source_of_income_and_wealth_pb";
14
+ export * from "./tax_residency_pb";
15
+ export * from "./trust_pb";
16
+ export * from "./verification_status_pb";
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ // ===================================================================
3
+ // AUTO-GENERATED SECTION - ONLY EDIT BELOW THE CLOSING COMMENT BLOCK
4
+ // ===================================================================
5
+ // This section is automatically managed by protoc-gen-meshts.
6
+ //
7
+ // DO NOT EDIT ANYTHING IN THIS SECTION MANUALLY!
8
+ // Your changes will be overwritten during code generation.
9
+ //
10
+ // To add custom exports, scroll down to the
11
+ // "MANUAL EXPORTS" section indicated below.
12
+ // ===================================================================
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ // Generated exports
29
+ __exportStar(require("./client_pb"), exports);
30
+ __exportStar(require("./company_pb"), exports);
31
+ __exportStar(require("./company_representative_pb"), exports);
32
+ __exportStar(require("./company_representative_role_pb"), exports);
33
+ __exportStar(require("./fund_pb"), exports);
34
+ __exportStar(require("./identification_document_type_pb"), exports);
35
+ __exportStar(require("./industry_classification_pb"), exports);
36
+ __exportStar(require("./natural_person_connection_type_pb"), exports);
37
+ __exportStar(require("./natural_person_pb"), exports);
38
+ __exportStar(require("./pep_status_pb"), exports);
39
+ __exportStar(require("./service_pb"), exports);
40
+ __exportStar(require("./service_web_meshts"), exports);
41
+ __exportStar(require("./source_of_income_and_wealth_pb"), exports);
42
+ __exportStar(require("./tax_residency_pb"), exports);
43
+ __exportStar(require("./trust_pb"), exports);
44
+ __exportStar(require("./verification_status_pb"), exports);
45
+ // ===================================================================
46
+ // END OF AUTO-GENERATED SECTION
47
+ // ===================================================================
48
+ //
49
+ // MANUAL EXPORTS - ADD YOUR CUSTOM EXPORTS BELOW
50
+ //
51
+ // You can safely add your own export statements in this section.
52
+ // They will be preserved across code generation.
53
+ //
54
+ // Example:
55
+ // export * from "./my_custom_module";
56
+ // export { MyCustomClass } from "./another_module";
57
+ // ===================================================================
58
+ // TODO: Re-enable when custom grpc-web client generator is migrated to @bufbuild/es
59
+ // export { ClientServiceGrpcWebClientV1 } from "./service_grpc_web_client_meshts";
@@ -0,0 +1,86 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file meshtrade/compliance/client/v1/industry_classification.proto.
5
+ */
6
+ export declare const file_meshtrade_compliance_client_v1_industry_classification: GenFile;
7
+ /**
8
+ *
9
+ * IndustryClassification holds the detailed industry classification for a business entity
10
+ * using the GICS (Global Industry Classification Standard) hierarchy.
11
+ * GICS is a four-tiered, hierarchical industry classification system. Capturing all
12
+ * four levels provides a complete and precise profile for risk assessment.
13
+ *
14
+ * @generated from message meshtrade.compliance.client.v1.IndustryClassification
15
+ */
16
+ export type IndustryClassification = Message<"meshtrade.compliance.client.v1.IndustryClassification"> & {
17
+ /**
18
+ *
19
+ * The 2-digit GICS Sector code, representing the highest level of the hierarchy.
20
+ * Example: "45" for the "Information Technology" sector.
21
+ *
22
+ * @generated from field: string sector_code = 1;
23
+ */
24
+ sectorCode: string;
25
+ /**
26
+ *
27
+ * The human-readable name of the GICS Sector.
28
+ * Example: "Information Technology"
29
+ *
30
+ * @generated from field: string sector_name = 2;
31
+ */
32
+ sectorName: string;
33
+ /**
34
+ *
35
+ * The 4-digit GICS Industry Group code.
36
+ * Example: "4510" for the "Software & Services" industry group.
37
+ *
38
+ * @generated from field: string industry_group_code = 3;
39
+ */
40
+ industryGroupCode: string;
41
+ /**
42
+ *
43
+ * The human-readable name of the GICS Industry Group.
44
+ * Example: "Software & Services"
45
+ *
46
+ * @generated from field: string industry_group_name = 4;
47
+ */
48
+ industryGroupName: string;
49
+ /**
50
+ *
51
+ * The 6-digit GICS Industry code.
52
+ * Example: "451020" for the "IT Services" industry.
53
+ *
54
+ * @generated from field: string industry_code = 5;
55
+ */
56
+ industryCode: string;
57
+ /**
58
+ *
59
+ * The human-readable name of the GICS Industry.
60
+ * Example: "IT Services"
61
+ *
62
+ * @generated from field: string industry_name = 6;
63
+ */
64
+ industryName: string;
65
+ /**
66
+ *
67
+ * The 8-digit GICS Sub-Industry code, representing the most granular level.
68
+ * Example: "45102010" for the "IT Consulting & Other Services" sub-industry.
69
+ *
70
+ * @generated from field: string sub_industry_code = 7;
71
+ */
72
+ subIndustryCode: string;
73
+ /**
74
+ *
75
+ * The human-readable name of the GICS Sub-Industry.
76
+ * Example: "IT Consulting & Other Services"
77
+ *
78
+ * @generated from field: string sub_industry_name = 8;
79
+ */
80
+ subIndustryName: string;
81
+ };
82
+ /**
83
+ * Describes the message meshtrade.compliance.client.v1.IndustryClassification.
84
+ * Use `create(IndustryClassificationSchema)` to create a new message.
85
+ */
86
+ export declare const IndustryClassificationSchema: GenMessage<IndustryClassification>;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file meshtrade/compliance/client/v1/industry_classification.proto (package meshtrade.compliance.client.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IndustryClassificationSchema = exports.file_meshtrade_compliance_client_v1_industry_classification = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ /**
9
+ * Describes the file meshtrade/compliance/client/v1/industry_classification.proto.
10
+ */
11
+ exports.file_meshtrade_compliance_client_v1_industry_classification = (0, codegenv2_1.fileDesc)("CjxtZXNodHJhZGUvY29tcGxpYW5jZS9jbGllbnQvdjEvaW5kdXN0cnlfY2xhc3NpZmljYXRpb24ucHJvdG8SHm1lc2h0cmFkZS5jb21wbGlhbmNlLmNsaWVudC52MSLgAQoWSW5kdXN0cnlDbGFzc2lmaWNhdGlvbhITCgtzZWN0b3JfY29kZRgBIAEoCRITCgtzZWN0b3JfbmFtZRgCIAEoCRIbChNpbmR1c3RyeV9ncm91cF9jb2RlGAMgASgJEhsKE2luZHVzdHJ5X2dyb3VwX25hbWUYBCABKAkSFQoNaW5kdXN0cnlfY29kZRgFIAEoCRIVCg1pbmR1c3RyeV9uYW1lGAYgASgJEhkKEXN1Yl9pbmR1c3RyeV9jb2RlGAcgASgJEhkKEXN1Yl9pbmR1c3RyeV9uYW1lGAggASgJQmMKJWNvLm1lc2h0cmFkZS5hcGkuY29tcGxpYW5jZS5jbGllbnQudjFaOmdpdGh1Yi5jb20vbWVzaHRyYWRlL2FwaS9nby9jb21wbGlhbmNlL2NsaWVudC92MTtjbGllbnRfdjFiBnByb3RvMw");
12
+ /**
13
+ * Describes the message meshtrade.compliance.client.v1.IndustryClassification.
14
+ * Use `create(IndustryClassificationSchema)` to create a new message.
15
+ */
16
+ exports.IndustryClassificationSchema = (0, codegenv2_1.messageDesc)(exports.file_meshtrade_compliance_client_v1_industry_classification, 0);
@@ -0,0 +1,133 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file meshtrade/compliance/client/v1/natural_person_connection_type.proto.
4
+ */
5
+ export declare const file_meshtrade_compliance_client_v1_natural_person_connection_type: GenFile;
6
+ /**
7
+ *
8
+ * NaturalPersonConnectionType describes how a natural person is connected to a business
9
+ * or to another key individual (like a PEP). It covers primary roles for KYB (ownership, control)
10
+ * as well as secondary relationships for screening (familial, professional).
11
+ *
12
+ * @generated from enum meshtrade.compliance.client.v1.NaturalPersonConnectionType
13
+ */
14
+ export declare enum NaturalPersonConnectionType {
15
+ /**
16
+ *
17
+ * Unknown or not specified.
18
+ * This is a a default value to prevent accidental assignment and should not be used.
19
+ *
20
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_UNSPECIFIED = 0;
21
+ */
22
+ UNSPECIFIED = 0,
23
+ /**
24
+ *
25
+ * The person is an Ultimate Beneficial Owner as defined by AML regulations (e.g., >25% ownership/voting rights).
26
+ * This is the most critical connection type for KYB.
27
+ *
28
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_ULTIMATE_BENEFICIAL_OWNER = 1;
29
+ */
30
+ ULTIMATE_BENEFICIAL_OWNER = 1,
31
+ /**
32
+ *
33
+ * The person owns shares but may be below the UBO threshold.
34
+ *
35
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_SHAREHOLDER = 2;
36
+ */
37
+ SHAREHOLDER = 2,
38
+ /**
39
+ *
40
+ * The person is a formal Director on the company's board.
41
+ *
42
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_DIRECTOR = 3;
43
+ */
44
+ DIRECTOR = 3,
45
+ /**
46
+ *
47
+ * The person holds a senior management position with significant operational control (e.g., CEO, CFO, COO).
48
+ *
49
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_SENIOR_MANAGEMENT = 4;
50
+ */
51
+ SENIOR_MANAGEMENT = 4,
52
+ /**
53
+ *
54
+ * The person is formally authorized to sign documents and act on the company's behalf.
55
+ *
56
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_AUTHORIZED_SIGNATORY = 5;
57
+ */
58
+ AUTHORIZED_SIGNATORY = 5,
59
+ /**
60
+ *
61
+ * The person is the founder of the company.
62
+ *
63
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_FOUNDER = 6;
64
+ */
65
+ FOUNDER = 6,
66
+ /**
67
+ *
68
+ * The person is a legally married partner.
69
+ *
70
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_SPOUSE = 20;
71
+ */
72
+ SPOUSE = 20,
73
+ /**
74
+ *
75
+ * The person is a partner in a long-term relationship, equivalent to a spouse.
76
+ *
77
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_DOMESTIC_PARTNER = 21;
78
+ */
79
+ DOMESTIC_PARTNER = 21,
80
+ /**
81
+ *
82
+ * The person is a mother or father.
83
+ *
84
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_PARENT = 22;
85
+ */
86
+ PARENT = 22,
87
+ /**
88
+ *
89
+ * The person is a son or daughter.
90
+ *
91
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_CHILD = 23;
92
+ */
93
+ CHILD = 23,
94
+ /**
95
+ *
96
+ * The person is a brother or sister.
97
+ *
98
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_SIBLING = 24;
99
+ */
100
+ SIBLING = 24,
101
+ /**
102
+ *
103
+ * The person is a business partner.
104
+ *
105
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_BUSINESS_PARTNER = 30;
106
+ */
107
+ BUSINESS_PARTNER = 30,
108
+ /**
109
+ *
110
+ * A generic term for a known professional or personal associate, as defined by FATF guidelines for PEPs.
111
+ *
112
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_CLOSE_ASSOCIATE = 31;
113
+ */
114
+ CLOSE_ASSOCIATE = 31,
115
+ /**
116
+ *
117
+ * The person is a guarantor for the company's financial obligations.
118
+ *
119
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_GUARANTOR = 32;
120
+ */
121
+ GUARANTOR = 32,
122
+ /**
123
+ *
124
+ * The person is a beneficiary of a trust that owns or controls the company.
125
+ *
126
+ * @generated from enum value: NATURAL_PERSON_CONNECTION_TYPE_BENEFICIARY_OF_TRUST = 33;
127
+ */
128
+ BENEFICIARY_OF_TRUST = 33
129
+ }
130
+ /**
131
+ * Describes the enum meshtrade.compliance.client.v1.NaturalPersonConnectionType.
132
+ */
133
+ export declare const NaturalPersonConnectionTypeSchema: GenEnum<NaturalPersonConnectionType>;