@alis-build/common-es 1.0.3

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 (357) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/alis/a2a/extension/history/v1/history_connect.d.ts +155 -0
  4. package/alis/a2a/extension/history/v1/history_connect.js +155 -0
  5. package/alis/a2a/extension/history/v1/history_pb.d.ts +550 -0
  6. package/alis/a2a/extension/history/v1/history_pb.js +111 -0
  7. package/alis/open/agent/v1/agent_connect.d.ts +155 -0
  8. package/alis/open/agent/v1/agent_connect.js +155 -0
  9. package/alis/open/agent/v1/agent_pb.d.ts +2129 -0
  10. package/alis/open/agent/v1/agent_pb.js +390 -0
  11. package/alis/open/agent/v2/a2a_connect.d.ts +155 -0
  12. package/alis/open/agent/v2/a2a_connect.js +155 -0
  13. package/alis/open/agent/v2/a2a_pb.d.ts +2181 -0
  14. package/alis/open/agent/v2/a2a_pb.js +390 -0
  15. package/alis/open/config/v1/config_pb.d.ts +61 -0
  16. package/alis/open/config/v1/config_pb.js +19 -0
  17. package/alis/open/cx/v1/cx_pb.d.ts +2153 -0
  18. package/alis/open/cx/v1/cx_pb.js +230 -0
  19. package/alis/open/flows/v1/flows_connect.d.ts +94 -0
  20. package/alis/open/flows/v1/flows_connect.js +94 -0
  21. package/alis/open/flows/v1/flows_pb.d.ts +546 -0
  22. package/alis/open/flows/v1/flows_pb.js +104 -0
  23. package/alis/open/iam/v1/group_connect.d.ts +143 -0
  24. package/alis/open/iam/v1/group_connect.js +143 -0
  25. package/alis/open/iam/v1/group_pb.d.ts +385 -0
  26. package/alis/open/iam/v1/group_pb.js +88 -0
  27. package/alis/open/iam/v1/iam_pb.d.ts +171 -0
  28. package/alis/open/iam/v1/iam_pb.js +46 -0
  29. package/alis/open/iam/v1/oauth_pb.d.ts +564 -0
  30. package/alis/open/iam/v1/oauth_pb.js +111 -0
  31. package/alis/open/iam/v1/role_pb.d.ts +95 -0
  32. package/alis/open/iam/v1/role_pb.js +19 -0
  33. package/alis/open/iam/v1/user_connect.d.ts +327 -0
  34. package/alis/open/iam/v1/user_connect.js +327 -0
  35. package/alis/open/iam/v1/user_pb.d.ts +1580 -0
  36. package/alis/open/iam/v1/user_pb.js +279 -0
  37. package/alis/open/in/v1/in_pb.d.ts +902 -0
  38. package/alis/open/in/v1/in_pb.js +113 -0
  39. package/alis/open/notifications/v1/devices_connect.d.ts +161 -0
  40. package/alis/open/notifications/v1/devices_connect.js +161 -0
  41. package/alis/open/notifications/v1/devices_pb.d.ts +362 -0
  42. package/alis/open/notifications/v1/devices_pb.js +75 -0
  43. package/alis/open/notifications/v1/notifications_connect.d.ts +77 -0
  44. package/alis/open/notifications/v1/notifications_connect.js +77 -0
  45. package/alis/open/notifications/v1/notifications_pb.d.ts +196 -0
  46. package/alis/open/notifications/v1/notifications_pb.js +49 -0
  47. package/alis/open/operations/v1/operations_pb.d.ts +194 -0
  48. package/alis/open/operations/v1/operations_pb.js +28 -0
  49. package/alis/open/options/v1/options_pb.d.ts +274 -0
  50. package/alis/open/options/v1/options_pb.js +85 -0
  51. package/alis/open/pubsub/v1/pubsub_pb.d.ts +124 -0
  52. package/alis/open/pubsub/v1/pubsub_pb.js +26 -0
  53. package/alis/open/px/v1/px_pb.d.ts +2169 -0
  54. package/alis/open/px/v1/px_pb.js +281 -0
  55. package/alis/open/support/v1/attachments_connect.d.ts +30 -0
  56. package/alis/open/support/v1/attachments_connect.js +30 -0
  57. package/alis/open/support/v1/attachments_pb.d.ts +84 -0
  58. package/alis/open/support/v1/attachments_pb.js +34 -0
  59. package/alis/open/support/v1/events_connect.d.ts +30 -0
  60. package/alis/open/support/v1/events_connect.js +30 -0
  61. package/alis/open/support/v1/events_pb.d.ts +236 -0
  62. package/alis/open/support/v1/events_pb.js +84 -0
  63. package/alis/open/support/v1/guide_connect.d.ts +76 -0
  64. package/alis/open/support/v1/guide_connect.js +76 -0
  65. package/alis/open/support/v1/guide_pb.d.ts +853 -0
  66. package/alis/open/support/v1/guide_pb.js +169 -0
  67. package/alis/open/support/v1/issue_connect.d.ts +216 -0
  68. package/alis/open/support/v1/issue_connect.js +216 -0
  69. package/alis/open/support/v1/issue_pb.d.ts +1030 -0
  70. package/alis/open/support/v1/issue_pb.js +215 -0
  71. package/alis/open/support/v1/issueactivity_connect.d.ts +139 -0
  72. package/alis/open/support/v1/issueactivity_connect.js +139 -0
  73. package/alis/open/support/v1/issueactivity_pb.d.ts +551 -0
  74. package/alis/open/support/v1/issueactivity_pb.js +108 -0
  75. package/alis/open/support/v1/issuesubscriber_connect.d.ts +146 -0
  76. package/alis/open/support/v1/issuesubscriber_connect.js +146 -0
  77. package/alis/open/support/v1/issuesubscriber_pb.d.ts +341 -0
  78. package/alis/open/support/v1/issuesubscriber_pb.js +68 -0
  79. package/alis/open/validation/v1/test_connect.d.ts +74 -0
  80. package/alis/open/validation/v1/test_connect.js +74 -0
  81. package/alis/open/validation/v1/test_pb.d.ts +345 -0
  82. package/alis/open/validation/v1/test_pb.js +84 -0
  83. package/alis/open/validation/v1/validation_connect.d.ts +39 -0
  84. package/alis/open/validation/v1/validation_connect.js +39 -0
  85. package/alis/open/validation/v1/validation_pb.d.ts +207 -0
  86. package/alis/open/validation/v1/validation_pb.js +59 -0
  87. package/alis/test/v1/test_pb.d.ts +32 -0
  88. package/alis/test/v1/test_pb.js +18 -0
  89. package/common/test/v1/test_pb.d.ts +32 -0
  90. package/common/test/v1/test_pb.js +18 -0
  91. package/google/api/annotations_pb.d.ts +33 -0
  92. package/google/api/annotations_pb.js +35 -0
  93. package/google/api/apikeys/v2/apikeys_connect.d.ts +151 -0
  94. package/google/api/apikeys/v2/apikeys_connect.js +151 -0
  95. package/google/api/apikeys/v2/apikeys_pb.d.ts +449 -0
  96. package/google/api/apikeys/v2/apikeys_pb.js +117 -0
  97. package/google/api/apikeys/v2/resources_pb.d.ts +341 -0
  98. package/google/api/apikeys/v2/resources_pb.js +84 -0
  99. package/google/api/auth_pb.d.ts +380 -0
  100. package/google/api/auth_pb.js +67 -0
  101. package/google/api/backend_pb.d.ts +269 -0
  102. package/google/api/backend_pb.js +59 -0
  103. package/google/api/billing_pb.d.ts +109 -0
  104. package/google/api/billing_pb.js +39 -0
  105. package/google/api/client_pb.d.ts +691 -0
  106. package/google/api/client_pb.js +233 -0
  107. package/google/api/config_change_pb.d.ts +155 -0
  108. package/google/api/config_change_pb.js +54 -0
  109. package/google/api/consumer_pb.d.ts +150 -0
  110. package/google/api/consumer_pb.js +53 -0
  111. package/google/api/context_pb.d.ts +135 -0
  112. package/google/api/context_pb.js +39 -0
  113. package/google/api/control_pb.d.ts +52 -0
  114. package/google/api/control_pb.js +32 -0
  115. package/google/api/distribution_pb.d.ts +377 -0
  116. package/google/api/distribution_pb.js +76 -0
  117. package/google/api/documentation_pb.d.ts +248 -0
  118. package/google/api/documentation_pb.js +46 -0
  119. package/google/api/endpoint_pb.d.ts +102 -0
  120. package/google/api/endpoint_pb.js +32 -0
  121. package/google/api/error_reason_pb.d.ts +657 -0
  122. package/google/api/error_reason_pb.js +48 -0
  123. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.d.ts +71 -0
  124. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.js +71 -0
  125. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.d.ts +415 -0
  126. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.js +112 -0
  127. package/google/api/expr/v1alpha1/checked_pb.d.ts +701 -0
  128. package/google/api/expr/v1alpha1/checked_pb.js +133 -0
  129. package/google/api/expr/v1alpha1/eval_pb.d.ts +212 -0
  130. package/google/api/expr/v1alpha1/eval_pb.js +62 -0
  131. package/google/api/expr/v1alpha1/explain_pb.d.ts +92 -0
  132. package/google/api/expr/v1alpha1/explain_pb.js +42 -0
  133. package/google/api/expr/v1alpha1/syntax_pb.d.ts +698 -0
  134. package/google/api/expr/v1alpha1/syntax_pb.js +112 -0
  135. package/google/api/expr/v1alpha1/value_pb.d.ts +252 -0
  136. package/google/api/expr/v1alpha1/value_pb.js +62 -0
  137. package/google/api/expr/v1beta1/decl_pb.d.ts +183 -0
  138. package/google/api/expr/v1beta1/decl_pb.js +55 -0
  139. package/google/api/expr/v1beta1/eval_pb.d.ts +233 -0
  140. package/google/api/expr/v1beta1/eval_pb.js +70 -0
  141. package/google/api/expr/v1beta1/expr_pb.d.ts +550 -0
  142. package/google/api/expr/v1beta1/expr_pb.js +98 -0
  143. package/google/api/expr/v1beta1/source_pb.d.ts +112 -0
  144. package/google/api/expr/v1beta1/source_pb.js +40 -0
  145. package/google/api/expr/v1beta1/value_pb.d.ts +253 -0
  146. package/google/api/expr/v1beta1/value_pb.js +63 -0
  147. package/google/api/field_behavior_pb.d.ts +133 -0
  148. package/google/api/field_behavior_pb.js +64 -0
  149. package/google/api/http_pb.d.ts +472 -0
  150. package/google/api/http_pb.js +46 -0
  151. package/google/api/httpbody_pb.d.ts +103 -0
  152. package/google/api/httpbody_pb.js +33 -0
  153. package/google/api/label_pb.d.ts +92 -0
  154. package/google/api/label_pb.js +46 -0
  155. package/google/api/launch_stage_pb.d.ts +114 -0
  156. package/google/api/launch_stage_pb.js +40 -0
  157. package/google/api/log_pb.d.ts +81 -0
  158. package/google/api/log_pb.js +33 -0
  159. package/google/api/logging_pb.d.ts +118 -0
  160. package/google/api/logging_pb.js +39 -0
  161. package/google/api/metric_pb.d.ts +422 -0
  162. package/google/api/metric_pb.js +79 -0
  163. package/google/api/monitored_resource_pb.d.ts +194 -0
  164. package/google/api/monitored_resource_pb.js +49 -0
  165. package/google/api/monitoring_pb.d.ts +143 -0
  166. package/google/api/monitoring_pb.js +39 -0
  167. package/google/api/quota_pb.d.ts +271 -0
  168. package/google/api/quota_pb.js +46 -0
  169. package/google/api/resource_pb.d.ts +338 -0
  170. package/google/api/resource_pb.js +96 -0
  171. package/google/api/routing_pb.d.ts +496 -0
  172. package/google/api/routing_pb.js +48 -0
  173. package/google/api/service_pb.d.ts +304 -0
  174. package/google/api/service_pb.js +53 -0
  175. package/google/api/servicecontrol/v1/check_error_pb.d.ts +241 -0
  176. package/google/api/servicecontrol/v1/check_error_pb.js +47 -0
  177. package/google/api/servicecontrol/v1/distribution_pb.d.ts +279 -0
  178. package/google/api/servicecontrol/v1/distribution_pb.js +54 -0
  179. package/google/api/servicecontrol/v1/http_request_pb.d.ts +162 -0
  180. package/google/api/servicecontrol/v1/http_request_pb.js +33 -0
  181. package/google/api/servicecontrol/v1/log_entry_pb.d.ts +237 -0
  182. package/google/api/servicecontrol/v1/log_entry_pb.js +51 -0
  183. package/google/api/servicecontrol/v1/metric_value_pb.d.ts +148 -0
  184. package/google/api/servicecontrol/v1/metric_value_pb.js +41 -0
  185. package/google/api/servicecontrol/v1/operation_pb.d.ts +188 -0
  186. package/google/api/servicecontrol/v1/operation_pb.js +50 -0
  187. package/google/api/servicecontrol/v1/quota_controller_connect.d.ts +56 -0
  188. package/google/api/servicecontrol/v1/quota_controller_connect.js +56 -0
  189. package/google/api/servicecontrol/v1/quota_controller_pb.d.ts +417 -0
  190. package/google/api/servicecontrol/v1/quota_controller_pb.js +100 -0
  191. package/google/api/servicecontrol/v1/service_controller_connect.d.ts +87 -0
  192. package/google/api/servicecontrol/v1/service_controller_connect.js +87 -0
  193. package/google/api/servicecontrol/v1/service_controller_pb.d.ts +437 -0
  194. package/google/api/servicecontrol/v1/service_controller_pb.js +105 -0
  195. package/google/api/servicecontrol/v2/service_controller_connect.d.ts +99 -0
  196. package/google/api/servicecontrol/v2/service_controller_connect.js +99 -0
  197. package/google/api/servicecontrol/v2/service_controller_pb.d.ts +300 -0
  198. package/google/api/servicecontrol/v2/service_controller_pb.js +79 -0
  199. package/google/api/servicemanagement/v1/resources_pb.d.ts +632 -0
  200. package/google/api/servicemanagement/v1/resources_pb.js +159 -0
  201. package/google/api/servicemanagement/v1/servicemanager_connect.d.ts +252 -0
  202. package/google/api/servicemanagement/v1/servicemanager_connect.js +252 -0
  203. package/google/api/servicemanagement/v1/servicemanager_pb.d.ts +854 -0
  204. package/google/api/servicemanagement/v1/servicemanager_pb.js +186 -0
  205. package/google/api/serviceusage/v1/resources_pb.d.ts +231 -0
  206. package/google/api/serviceusage/v1/resources_pb.js +68 -0
  207. package/google/api/serviceusage/v1/serviceusage_connect.d.ts +125 -0
  208. package/google/api/serviceusage/v1/serviceusage_connect.js +125 -0
  209. package/google/api/serviceusage/v1/serviceusage_pb.d.ts +529 -0
  210. package/google/api/serviceusage/v1/serviceusage_pb.js +140 -0
  211. package/google/api/serviceusage/v1beta1/resources_pb.d.ts +748 -0
  212. package/google/api/serviceusage/v1beta1/resources_pb.js +146 -0
  213. package/google/api/serviceusage/v1beta1/serviceusage_connect.d.ts +285 -0
  214. package/google/api/serviceusage/v1beta1/serviceusage_connect.js +285 -0
  215. package/google/api/serviceusage/v1beta1/serviceusage_pb.d.ts +1446 -0
  216. package/google/api/serviceusage/v1beta1/serviceusage_pb.js +304 -0
  217. package/google/api/source_info_pb.d.ts +46 -0
  218. package/google/api/source_info_pb.js +33 -0
  219. package/google/api/system_parameter_pb.d.ts +151 -0
  220. package/google/api/system_parameter_pb.js +46 -0
  221. package/google/api/usage_pb.d.ts +141 -0
  222. package/google/api/usage_pb.js +39 -0
  223. package/google/api/visibility_pb.d.ts +157 -0
  224. package/google/api/visibility_pb.js +88 -0
  225. package/google/iam/admin/v1/audit_data_pb.d.ts +75 -0
  226. package/google/iam/admin/v1/audit_data_pb.js +39 -0
  227. package/google/iam/admin/v1/iam_connect.d.ts +534 -0
  228. package/google/iam/admin/v1/iam_connect.js +534 -0
  229. package/google/iam/admin/v1/iam_pb.d.ts +2699 -0
  230. package/google/iam/admin/v1/iam_pb.js +528 -0
  231. package/google/iam/credentials/v1/common_pb.d.ts +319 -0
  232. package/google/iam/credentials/v1/common_pb.js +85 -0
  233. package/google/iam/credentials/v1/iamcredentials_connect.d.ts +84 -0
  234. package/google/iam/credentials/v1/iamcredentials_connect.js +84 -0
  235. package/google/iam/credentials/v1/iamcredentials_pb.d.ts +81 -0
  236. package/google/iam/credentials/v1/iamcredentials_pb.js +44 -0
  237. package/google/iam/v1/iam_policy_connect.d.ts +102 -0
  238. package/google/iam/v1/iam_policy_connect.js +102 -0
  239. package/google/iam/v1/iam_policy_pb.d.ts +225 -0
  240. package/google/iam/v1/iam_policy_pb.js +93 -0
  241. package/google/iam/v1/logging/audit_data_pb.d.ts +48 -0
  242. package/google/iam/v1/logging/audit_data_pb.js +33 -0
  243. package/google/iam/v1/options_pb.d.ts +62 -0
  244. package/google/iam/v1/options_pb.js +32 -0
  245. package/google/iam/v1/policy_pb.d.ts +622 -0
  246. package/google/iam/v1/policy_pb.js +118 -0
  247. package/google/iam/v1beta/workload_identity_pool_connect.d.ts +203 -0
  248. package/google/iam/v1beta/workload_identity_pool_connect.js +203 -0
  249. package/google/iam/v1beta/workload_identity_pool_pb.d.ts +996 -0
  250. package/google/iam/v1beta/workload_identity_pool_pb.js +207 -0
  251. package/google/iam/v2/deny_pb.d.ts +139 -0
  252. package/google/iam/v2/deny_pb.js +33 -0
  253. package/google/iam/v2/policy_connect.d.ts +102 -0
  254. package/google/iam/v2/policy_connect.js +102 -0
  255. package/google/iam/v2/policy_pb.d.ts +481 -0
  256. package/google/iam/v2/policy_pb.js +102 -0
  257. package/google/iam/v2beta/deny_pb.d.ts +139 -0
  258. package/google/iam/v2beta/deny_pb.js +33 -0
  259. package/google/iam/v2beta/policy_connect.d.ts +102 -0
  260. package/google/iam/v2beta/policy_connect.js +102 -0
  261. package/google/iam/v2beta/policy_pb.d.ts +473 -0
  262. package/google/iam/v2beta/policy_pb.js +102 -0
  263. package/google/logging/type/http_request_pb.d.ts +164 -0
  264. package/google/logging/type/http_request_pb.js +33 -0
  265. package/google/logging/type/log_severity_pb.d.ts +114 -0
  266. package/google/logging/type/log_severity_pb.js +53 -0
  267. package/google/logging/v2/log_entry_pb.d.ts +382 -0
  268. package/google/logging/v2/log_entry_pb.js +61 -0
  269. package/google/logging/v2/logging_config_connect.d.ts +401 -0
  270. package/google/logging/v2/logging_config_connect.js +401 -0
  271. package/google/logging/v2/logging_config_pb.d.ts +2422 -0
  272. package/google/logging/v2/logging_config_pb.js +360 -0
  273. package/google/logging/v2/logging_connect.d.ts +113 -0
  274. package/google/logging/v2/logging_connect.js +113 -0
  275. package/google/logging/v2/logging_metrics_connect.d.ts +88 -0
  276. package/google/logging/v2/logging_metrics_connect.js +88 -0
  277. package/google/logging/v2/logging_metrics_pb.d.ts +467 -0
  278. package/google/logging/v2/logging_metrics_pb.js +104 -0
  279. package/google/logging/v2/logging_pb.d.ts +718 -0
  280. package/google/logging/v2/logging_pb.js +147 -0
  281. package/google/longrunning/operations_connect.d.ts +127 -0
  282. package/google/longrunning/operations_connect.js +127 -0
  283. package/google/longrunning/operations_pb.d.ts +420 -0
  284. package/google/longrunning/operations_pb.js +117 -0
  285. package/google/protobuf/any_pb.d.ts +181 -0
  286. package/google/protobuf/any_pb.js +48 -0
  287. package/google/protobuf/api_pb.d.ts +301 -0
  288. package/google/protobuf/api_pb.js +64 -0
  289. package/google/protobuf/descriptor_pb.d.ts +2589 -0
  290. package/google/protobuf/descriptor_pb.js +503 -0
  291. package/google/protobuf/duration_pb.d.ts +133 -0
  292. package/google/protobuf/duration_pb.js +48 -0
  293. package/google/protobuf/empty_pb.d.ts +62 -0
  294. package/google/protobuf/empty_pb.js +48 -0
  295. package/google/protobuf/field_mask_pb.d.ts +259 -0
  296. package/google/protobuf/field_mask_pb.js +48 -0
  297. package/google/protobuf/source_context_pb.d.ts +63 -0
  298. package/google/protobuf/source_context_pb.js +48 -0
  299. package/google/protobuf/struct_pb.d.ts +185 -0
  300. package/google/protobuf/struct_pb.js +79 -0
  301. package/google/protobuf/timestamp_pb.d.ts +162 -0
  302. package/google/protobuf/timestamp_pb.js +48 -0
  303. package/google/protobuf/type_pb.d.ts +531 -0
  304. package/google/protobuf/type_pb.js +120 -0
  305. package/google/protobuf/wrappers_pb.d.ts +249 -0
  306. package/google/protobuf/wrappers_pb.js +114 -0
  307. package/google/rpc/code_pb.d.ts +264 -0
  308. package/google/rpc/code_pb.js +45 -0
  309. package/google/rpc/context/attribute_context_pb.d.ts +618 -0
  310. package/google/rpc/context/attribute_context_pb.js +78 -0
  311. package/google/rpc/context/audit_context_pb.d.ts +79 -0
  312. package/google/rpc/context/audit_context_pb.js +33 -0
  313. package/google/rpc/error_details_pb.d.ts +534 -0
  314. package/google/rpc/error_details_pb.js +124 -0
  315. package/google/rpc/http_pb.d.ts +136 -0
  316. package/google/rpc/http_pb.js +46 -0
  317. package/google/rpc/status_pb.d.ts +71 -0
  318. package/google/rpc/status_pb.js +33 -0
  319. package/google/type/calendar_period_pb.d.ts +98 -0
  320. package/google/type/calendar_period_pb.js +41 -0
  321. package/google/type/color_pb.d.ts +199 -0
  322. package/google/type/color_pb.js +33 -0
  323. package/google/type/date_pb.d.ts +75 -0
  324. package/google/type/date_pb.js +32 -0
  325. package/google/type/datetime_pb.d.ts +174 -0
  326. package/google/type/datetime_pb.js +40 -0
  327. package/google/type/dayofweek_pb.d.ts +92 -0
  328. package/google/type/dayofweek_pb.js +39 -0
  329. package/google/type/decimal_pb.d.ts +110 -0
  330. package/google/type/decimal_pb.js +32 -0
  331. package/google/type/expr_pb.d.ts +101 -0
  332. package/google/type/expr_pb.js +32 -0
  333. package/google/type/fraction_pb.d.ts +53 -0
  334. package/google/type/fraction_pb.js +32 -0
  335. package/google/type/interval_pb.d.ts +64 -0
  336. package/google/type/interval_pb.js +33 -0
  337. package/google/type/latlng_pb.d.ts +56 -0
  338. package/google/type/latlng_pb.js +32 -0
  339. package/google/type/localized_text_pb.d.ts +55 -0
  340. package/google/type/localized_text_pb.js +32 -0
  341. package/google/type/money_pb.d.ts +65 -0
  342. package/google/type/money_pb.js +32 -0
  343. package/google/type/month_pb.d.ts +127 -0
  344. package/google/type/month_pb.js +39 -0
  345. package/google/type/phone_number_pb.d.ts +160 -0
  346. package/google/type/phone_number_pb.js +39 -0
  347. package/google/type/postal_address_pb.d.ts +189 -0
  348. package/google/type/postal_address_pb.js +32 -0
  349. package/google/type/quaternion_pb.d.ts +121 -0
  350. package/google/type/quaternion_pb.js +32 -0
  351. package/google/type/timeofday_pb.d.ts +71 -0
  352. package/google/type/timeofday_pb.js +32 -0
  353. package/lf/a2a/v1/a2a_connect.d.ts +148 -0
  354. package/lf/a2a/v1/a2a_connect.js +148 -0
  355. package/lf/a2a/v1/a2a_pb.d.ts +2184 -0
  356. package/lf/a2a/v1/a2a_pb.js +363 -0
  357. package/package.json +10 -0
@@ -0,0 +1,2153 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts"
2
+ // @generated from file alis/open/cx/v1/cx.proto (package alis.open.cx.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@alis-build/google-common-protos/google/protobuf/timestamp_pb";
8
+
9
+ /**
10
+ * Describes the file alis/open/cx/v1/cx.proto.
11
+ */
12
+ export declare const file_alis_open_cx_v1_cx: GenFile;
13
+
14
+ /**
15
+ * Instrument is a resource within the Compliance Exchange product.
16
+ *
17
+ * @generated from message alis.open.cx.v1.Instrument
18
+ */
19
+ export declare type Instrument = Message<"alis.open.cx.v1.Instrument"> & {
20
+ /**
21
+ * The instrument name is the unique identifier across organisations.
22
+ *
23
+ * Format: instruments/{instrument}. {instrument} must be a valid Bloomberg or custom FIGI as defined by www.openfigi.com..
24
+ *
25
+ * @generated from field: string name = 1;
26
+ */
27
+ name: string;
28
+
29
+ /**
30
+ * Figi Type. Either a global or custom FIGI, else set to unspecified
31
+ *
32
+ * @generated from field: alis.open.cx.v1.Instrument.FigiType figi_type = 2;
33
+ */
34
+ figiType: Instrument_FigiType;
35
+
36
+ /**
37
+ * Human readable display name
38
+ *
39
+ * @generated from field: string display_name = 3;
40
+ */
41
+ displayName: string;
42
+
43
+ /**
44
+ * Security Description
45
+ *
46
+ * @generated from field: string description = 4;
47
+ */
48
+ description: string;
49
+
50
+ /**
51
+ * Market Sector
52
+ * The asset class/category of the particular instrument
53
+ *
54
+ * Format: EQUITY, MONEY_MARKET, etc.
55
+ *
56
+ * @generated from field: alis.open.cx.v1.Instrument.MarketSector market_sector = 5;
57
+ */
58
+ marketSector: Instrument_MarketSector;
59
+
60
+ /**
61
+ * Exchange Code
62
+ * Code for the trading venue or environment on which the instrument trades. If an exchange is specified,
63
+ * the code will be for the specified exchange.
64
+ *
65
+ * Format: US, UN, SJ etc.
66
+ *
67
+ * @generated from field: string exch_code = 6;
68
+ */
69
+ exchCode: string;
70
+
71
+ /**
72
+ * Currency
73
+ * The 3-letter currency code defined in ISO 4217.
74
+ * Currency in which the security was issued. Equities: Trading currency for the security.
75
+ * Fixed Income: Provides the currency in which the bond was issued, not necessarily the currency in which
76
+ * the bond trades or pays its coupons.
77
+ *
78
+ * @generated from field: string currency_code = 7;
79
+ */
80
+ currencyCode: string;
81
+
82
+ /**
83
+ * The ISO country code
84
+ * (-- api-linter: core::0143::standardized-codes=disabled
85
+ * aip.dev/not-precedent: 'Country' is a well defined attributes within Finance. --)
86
+ *
87
+ * @generated from field: string country_code = 8;
88
+ */
89
+ countryCode: string;
90
+
91
+ /**
92
+ * Name of the issuing entity of the security.
93
+ *
94
+ * @generated from field: string issuer = 9;
95
+ */
96
+ issuer: string;
97
+
98
+ /**
99
+ * Instrument Update time
100
+ *
101
+ * @generated from field: google.protobuf.Timestamp update_time = 10;
102
+ */
103
+ updateTime?: Timestamp;
104
+
105
+ /**
106
+ * ASISA attributes.
107
+ *
108
+ * @generated from field: alis.open.cx.v1.Instrument.Asisa asisa = 100;
109
+ */
110
+ asisa?: Instrument_Asisa;
111
+
112
+ /**
113
+ * MiFID attributes
114
+ *
115
+ * @generated from field: alis.open.cx.v1.Instrument.Mifid mifid = 101;
116
+ */
117
+ mifid?: Instrument_Mifid;
118
+
119
+ /**
120
+ * UCITS attributes
121
+ *
122
+ * @generated from field: alis.open.cx.v1.Instrument.Ucits ucits = 102;
123
+ */
124
+ ucits?: Instrument_Ucits;
125
+
126
+ /**
127
+ * Reg28 attributes
128
+ *
129
+ * @generated from field: alis.open.cx.v1.Instrument.Reg28 reg28 = 103;
130
+ */
131
+ reg28?: Instrument_Reg28;
132
+
133
+ /**
134
+ * CISCA attributes
135
+ *
136
+ * @generated from field: alis.open.cx.v1.Instrument.Cisca cisca = 104;
137
+ */
138
+ cisca?: Instrument_Cisca;
139
+
140
+ /**
141
+ * Regulation 30 from Annexure B of the Medical Schemes Act.
142
+ *
143
+ * @generated from field: alis.open.cx.v1.Instrument.Reg30 reg30 = 105;
144
+ */
145
+ reg30?: Instrument_Reg30;
146
+
147
+ /**
148
+ * SARB C23
149
+ *
150
+ * @generated from field: alis.open.cx.v1.Instrument.SarbC23 sarbC23 = 106;
151
+ */
152
+ sarbC23?: Instrument_SarbC23;
153
+ };
154
+
155
+ /**
156
+ * Describes the message alis.open.cx.v1.Instrument.
157
+ * Use `create(InstrumentSchema)` to create a new message.
158
+ */
159
+ export declare const InstrumentSchema: GenMessage<Instrument>;
160
+
161
+ /**
162
+ * The ASISA set
163
+ *
164
+ * @generated from message alis.open.cx.v1.Instrument.Asisa
165
+ */
166
+ export declare type Instrument_Asisa = Message<"alis.open.cx.v1.Instrument.Asisa"> & {
167
+ /**
168
+ * The Asset Classes
169
+ *
170
+ * @generated from field: alis.open.cx.v1.Instrument.Asisa.AssetClass asset_class = 1;
171
+ */
172
+ assetClass: Instrument_Asisa_AssetClass;
173
+
174
+ /**
175
+ * Description of the specific instrument type within its market sector.
176
+ * This typically depends on the market sector and is fairly flexible
177
+ *
178
+ * @generated from field: string security_type = 2;
179
+ */
180
+ securityType: string;
181
+
182
+ /**
183
+ * Name of the issuing entity of the security.
184
+ *
185
+ * @generated from field: string issuer = 3;
186
+ */
187
+ issuer: string;
188
+
189
+ /**
190
+ * market capitalisation in ZAR
191
+ *
192
+ * @generated from field: double issuer_zar_market_capitalisation = 4;
193
+ */
194
+ issuerZarMarketCapitalisation: number;
195
+
196
+ /**
197
+ * short term credit rating
198
+ *
199
+ * @generated from field: alis.open.cx.v1.Instrument.CreditRating short_term_credit_rating = 5;
200
+ */
201
+ shortTermCreditRating?: Instrument_CreditRating;
202
+
203
+ /**
204
+ * long term credit rating
205
+ *
206
+ * @generated from field: alis.open.cx.v1.Instrument.CreditRating long_term_credit_rating = 6;
207
+ */
208
+ longTermCreditRating?: Instrument_CreditRating;
209
+
210
+ /**
211
+ * issuer short term credit rating
212
+ *
213
+ * @generated from field: alis.open.cx.v1.Instrument.CreditRating short_term_credit_rating_issuer = 7;
214
+ */
215
+ shortTermCreditRatingIssuer?: Instrument_CreditRating;
216
+
217
+ /**
218
+ * issuer long term credit rating
219
+ *
220
+ * @generated from field: alis.open.cx.v1.Instrument.CreditRating long_term_credit_rating_issuer = 8;
221
+ */
222
+ longTermCreditRatingIssuer?: Instrument_CreditRating;
223
+
224
+ /**
225
+ * // Indicates if the security is linked to an as an equity index linked instrument
226
+ * google.protobuf.BoolValue equities_index_linked = 9;
227
+ * Indicates if the security forms part of the 5% Africa allowance.
228
+ *
229
+ * @generated from field: google.protobuf.BoolValue africa_allowance = 10;
230
+ */
231
+ africaAllowance?: boolean;
232
+
233
+ /**
234
+ * If the security is classified as a compulsory convertible debenture (CCD)
235
+ *
236
+ * @generated from field: google.protobuf.BoolValue ccd_classified = 11;
237
+ */
238
+ ccdClassified?: boolean;
239
+
240
+ /**
241
+ * Currency
242
+ * The 3-letter currency code defined in ISO 4217.
243
+ * Currency in which the security was issued. Equities: Trading currency for the security.
244
+ * Fixed Income: Provides the currency in which the bond was issued, not necessarily the currency in which
245
+ * the bond trades or pays its coupons.
246
+ *
247
+ * @generated from field: string currency_code = 12;
248
+ */
249
+ currencyCode: string;
250
+
251
+ /**
252
+ * The different categories of securities
253
+ *
254
+ * @generated from field: alis.open.cx.v1.Instrument.Asisa.Category category = 13;
255
+ */
256
+ category: Instrument_Asisa_Category;
257
+
258
+ /**
259
+ * Details on whether the instrument attributes meet the requirements for the Set
260
+ *
261
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
262
+ */
263
+ validation?: Instrument_Validation;
264
+ };
265
+
266
+ /**
267
+ * Describes the message alis.open.cx.v1.Instrument.Asisa.
268
+ * Use `create(Instrument_AsisaSchema)` to create a new message.
269
+ */
270
+ export declare const Instrument_AsisaSchema: GenMessage<Instrument_Asisa>;
271
+
272
+ /**
273
+ * List of available Asisa asset classes
274
+ *
275
+ * @generated from enum alis.open.cx.v1.Instrument.Asisa.AssetClass
276
+ */
277
+ export enum Instrument_Asisa_AssetClass {
278
+ /**
279
+ * Category not provided by the user.
280
+ *
281
+ * @generated from enum value: ASSET_CLASS_UNSPECIFIED = 0;
282
+ */
283
+ ASSET_CLASS_UNSPECIFIED = 0,
284
+
285
+ /**
286
+ * Domestic bonds and debentures (listed)
287
+ *
288
+ * @generated from enum value: DB = 1;
289
+ */
290
+ DB = 1,
291
+
292
+ /**
293
+ * Domestic bonds and debentures (unlisted)
294
+ *
295
+ * @generated from enum value: DBU = 2;
296
+ */
297
+ DBU = 2,
298
+
299
+ /**
300
+ * Domestic deposits with banks
301
+ *
302
+ * @generated from enum value: DC = 3;
303
+ */
304
+ DC = 3,
305
+
306
+ /**
307
+ * Domestic other liquid assets
308
+ *
309
+ * @generated from enum value: DCO = 4;
310
+ */
311
+ DCO = 4,
312
+
313
+ /**
314
+ * Other derivatives
315
+ *
316
+ * @generated from enum value: DD = 5;
317
+ */
318
+ DD = 5,
319
+
320
+ /**
321
+ * JSE listed equity (primary listing)
322
+ *
323
+ * @generated from enum value: DEP = 6;
324
+ */
325
+ DEP = 6,
326
+
327
+ /**
328
+ * JSE listed equity (secondary listing)
329
+ *
330
+ * @generated from enum value: DES = 7;
331
+ */
332
+ DES = 7,
333
+
334
+ /**
335
+ * Local unlisted equity
336
+ *
337
+ * @generated from enum value: DEU = 8;
338
+ */
339
+ DEU = 8,
340
+
341
+ /**
342
+ * Instruments based on underlying asset
343
+ *
344
+ * @generated from enum value: DFI = 9;
345
+ */
346
+ DFI = 9,
347
+
348
+ /**
349
+ * Options
350
+ *
351
+ * @generated from enum value: DFO = 10;
352
+ */
353
+ DFO = 10,
354
+
355
+ /**
356
+ * Index Tracking Certificates
357
+ *
358
+ * @generated from enum value: DFT = 11;
359
+ */
360
+ DFT = 11,
361
+
362
+ /**
363
+ * Domestic Loans
364
+ *
365
+ * @generated from enum value: DLN = 12;
366
+ */
367
+ DLN = 12,
368
+
369
+ /**
370
+ * Domestic money market
371
+ *
372
+ * @generated from enum value: DM = 13;
373
+ */
374
+ DM = 13,
375
+
376
+ /**
377
+ * Domestic other
378
+ *
379
+ * @generated from enum value: DO = 14;
380
+ */
381
+ DO = 14,
382
+
383
+ /**
384
+ * Domestic settlement accounts
385
+ *
386
+ * @generated from enum value: DS = 15;
387
+ */
388
+ DS = 15,
389
+
390
+ /**
391
+ * Trust account
392
+ *
393
+ * @generated from enum value: DT = 16;
394
+ */
395
+ DT = 16,
396
+
397
+ /**
398
+ * Foreign bonds and debentures (listed)
399
+ *
400
+ * @generated from enum value: FB = 17;
401
+ */
402
+ FB = 17,
403
+
404
+ /**
405
+ * Foreign bonds and debentures (unlisted)
406
+ *
407
+ * @generated from enum value: FBU = 18;
408
+ */
409
+ FBU = 18,
410
+
411
+ /**
412
+ * Foreign deposits with banks
413
+ *
414
+ * @generated from enum value: FC = 19;
415
+ */
416
+ FC = 19,
417
+
418
+ /**
419
+ * Foreign other liquid assets
420
+ *
421
+ * @generated from enum value: FCO = 20;
422
+ */
423
+ FCO = 20,
424
+
425
+ /**
426
+ * Foreign listed equity
427
+ *
428
+ * @generated from enum value: FE = 21;
429
+ */
430
+ FE = 21,
431
+
432
+ /**
433
+ * Foreign unlisted equity
434
+ *
435
+ * @generated from enum value: FEU = 22;
436
+ */
437
+ FEU = 22,
438
+
439
+ /**
440
+ * Foreign Loans
441
+ *
442
+ * @generated from enum value: FLN = 23;
443
+ */
444
+ FLN = 23,
445
+
446
+ /**
447
+ * Foreign money market
448
+ *
449
+ * @generated from enum value: FM = 24;
450
+ */
451
+ FM = 24,
452
+
453
+ /**
454
+ * Foreign other
455
+ *
456
+ * @generated from enum value: FO = 25;
457
+ */
458
+ FO = 25,
459
+
460
+ /**
461
+ * Foreign settlement accounts
462
+ *
463
+ * @generated from enum value: FS = 26;
464
+ */
465
+ FS = 26,
466
+
467
+ /**
468
+ * Foreign unit trust
469
+ *
470
+ * @generated from enum value: FUT = 27;
471
+ */
472
+ FUT = 27,
473
+
474
+ /**
475
+ * Local unit trust
476
+ *
477
+ * @generated from enum value: LUT = 28;
478
+ */
479
+ LUT = 28,
480
+
481
+ /**
482
+ * Futures
483
+ *
484
+ * @generated from enum value: DFF = 29;
485
+ */
486
+ DFF = 29,
487
+ }
488
+
489
+ /**
490
+ * Describes the enum alis.open.cx.v1.Instrument.Asisa.AssetClass.
491
+ */
492
+ export declare const Instrument_Asisa_AssetClassSchema: GenEnum<Instrument_Asisa_AssetClass>;
493
+
494
+ /**
495
+ * List of available ASISA Categories
496
+ *
497
+ * @generated from enum alis.open.cx.v1.Instrument.Asisa.Category
498
+ */
499
+ export enum Instrument_Asisa_Category {
500
+ /**
501
+ * Category not provided by the user.
502
+ *
503
+ * @generated from enum value: CATEGORY_UNSPECIFIED = 0;
504
+ */
505
+ CATEGORY_UNSPECIFIED = 0,
506
+
507
+ /**
508
+ * Notes and coins; any balance or deposit in an account
509
+ * held with a South African bank;
510
+ * A money market instrument issued by a South African
511
+ * bank including an Islamic liquidity management financial
512
+ * instrument;
513
+ * Any positive net balance in a margin account with an
514
+ * exchange; and
515
+ * Any positive net balance in a settlement account with an
516
+ * exchange, operated for the buying and selling of assets.
517
+ *
518
+ * @generated from enum value: CASH_INSIDE_THE_REPUBLIC = 1;
519
+ */
520
+ CASH_INSIDE_THE_REPUBLIC = 1,
521
+
522
+ /**
523
+ * Any balance or deposit held with a foreign bank;
524
+ * A money market instrument issued by a foreign bank
525
+ * including an Islamic liquidity management financial
526
+ * instrument;
527
+ *
528
+ * @generated from enum value: CASH_FOREIGN_ASSETS = 2;
529
+ */
530
+ CASH_FOREIGN_ASSETS = 2,
531
+
532
+ /**
533
+ * Debt instruments issued by, and loans to, the
534
+ * government of the Republic, and any debt or loan
535
+ * guaranteed by the Republic
536
+ *
537
+ * @generated from enum value: DEBT_GUARANTEED_BY_THE_REPUBLIC = 3;
538
+ */
539
+ DEBT_GUARANTEED_BY_THE_REPUBLIC = 3,
540
+
541
+ /**
542
+ * Debt instruments issued or guaranteed by the
543
+ * government of a foreign country
544
+ *
545
+ * @generated from enum value: DEBT_GUARANTEED_BY_FOREIGN_COUNTRY = 4;
546
+ */
547
+ DEBT_GUARANTEED_BY_FOREIGN_COUNTRY = 4,
548
+
549
+ /**
550
+ * Debt instruments issued or guaranteed by a South
551
+ * African bank against its balance sheet subject to issuer listing status
552
+ * and prevailing market capitalisation
553
+ *
554
+ * @generated from enum value: DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK = 5;
555
+ */
556
+ DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK = 5,
557
+
558
+ /**
559
+ * Debt instruments issued or guaranteed by an entity
560
+ * that has equity listed on an exchange, or debt
561
+ * instruments issued or guaranteed by a public entity
562
+ * under the Public Finance Management Act, 1999
563
+ * (Act No. 1 of 1999)
564
+ *
565
+ * @generated from enum value: DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY = 6;
566
+ */
567
+ DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY = 6,
568
+
569
+ /**
570
+ * Other debt instruments
571
+ *
572
+ * @generated from enum value: DEBT_OTHER = 7;
573
+ */
574
+ DEBT_OTHER = 7,
575
+
576
+ /**
577
+ * Preference and ordinary shares in companies,
578
+ * excluding shares in property companies
579
+ *
580
+ * @generated from enum value: EQUITIES = 8;
581
+ */
582
+ EQUITIES = 8,
583
+
584
+ /**
585
+ * Preference shares, ordinary shares and linked units
586
+ * comprising shares linked to debentures in property
587
+ * companies, or units in a Collective Investment
588
+ * Scheme in Property
589
+ *
590
+ * @generated from enum value: IMMOVABLE_PROPERTY = 10;
591
+ */
592
+ IMMOVABLE_PROPERTY = 10,
593
+
594
+ /**
595
+ * Kruger Rands and other commodities listed on an
596
+ * exchange, including exchange traded commodities.
597
+ *
598
+ * @generated from enum value: COMMODITIES_GOLD = 12;
599
+ */
600
+ COMMODITIES_GOLD = 12,
601
+
602
+ /**
603
+ * All other non-gold commodities
604
+ *
605
+ * @generated from enum value: COMMODITIES_OTHER = 13;
606
+ */
607
+ COMMODITIES_OTHER = 13,
608
+
609
+ /**
610
+ * Investments in the business of a participating employer
611
+ * inside the republic in terms of Section 19(4) of the Pension Funds Act (PFA)
612
+ *
613
+ * @generated from enum value: PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4 = 14;
614
+ */
615
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4 = 14,
616
+
617
+ /**
618
+ * Investments in the business of a participating employer
619
+ * inside the republic in terms of the extent it has been allowed by an exemption in terms of
620
+ * section 19(4A) of the Pension Funds Act
621
+ *
622
+ * @generated from enum value: PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT = 15;
623
+ */
624
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT = 15,
625
+
626
+ /**
627
+ * Housing loans granted to members in accordance with the provisions of Section 19(5)
628
+ *
629
+ * @generated from enum value: HOUSING_LOANS = 16;
630
+ */
631
+ HOUSING_LOANS = 16,
632
+
633
+ /**
634
+ * Funds of hedge funds
635
+ *
636
+ * @generated from enum value: OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS = 17;
637
+ */
638
+ OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS = 17,
639
+
640
+ /**
641
+ * Hedge funds
642
+ *
643
+ * @generated from enum value: OTHER_ASSETS_HEDGE_FUNDS = 18;
644
+ */
645
+ OTHER_ASSETS_HEDGE_FUNDS = 18,
646
+
647
+ /**
648
+ * Funds of private equity funds
649
+ *
650
+ * @generated from enum value: OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS = 19;
651
+ */
652
+ OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS = 19,
653
+
654
+ /**
655
+ * Private equity funds
656
+ *
657
+ * @generated from enum value: OTHER_ASSETS_PRIVATE_EQUITY_FUNDS = 20;
658
+ */
659
+ OTHER_ASSETS_PRIVATE_EQUITY_FUNDS = 20,
660
+
661
+ /**
662
+ * Other assets not referred to in this schedule and
663
+ * excluding a hedge fund or private equity fund
664
+ *
665
+ * @generated from enum value: OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE = 21;
666
+ */
667
+ OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE = 21,
668
+
669
+ /**
670
+ * Assets excluding from all other categorisations
671
+ *
672
+ * @generated from enum value: EXCLUDED_ASSETS = 22;
673
+ */
674
+ EXCLUDED_ASSETS = 22,
675
+ }
676
+
677
+ /**
678
+ * Describes the enum alis.open.cx.v1.Instrument.Asisa.Category.
679
+ */
680
+ export declare const Instrument_Asisa_CategorySchema: GenEnum<Instrument_Asisa_Category>;
681
+
682
+ /**
683
+ * The MiFID set
684
+ *
685
+ * @generated from message alis.open.cx.v1.Instrument.Mifid
686
+ */
687
+ export declare type Instrument_Mifid = Message<"alis.open.cx.v1.Instrument.Mifid"> & {
688
+ /**
689
+ * The Asset classes
690
+ *
691
+ * @generated from field: alis.open.cx.v1.Instrument.Mifid.AssetClass asset_class = 1;
692
+ */
693
+ assetClass: Instrument_Mifid_AssetClass;
694
+
695
+ /**
696
+ * Details on whether the instrument attributes meet the requirements for the Set
697
+ *
698
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
699
+ */
700
+ validation?: Instrument_Validation;
701
+ };
702
+
703
+ /**
704
+ * Describes the message alis.open.cx.v1.Instrument.Mifid.
705
+ * Use `create(Instrument_MifidSchema)` to create a new message.
706
+ */
707
+ export declare const Instrument_MifidSchema: GenMessage<Instrument_Mifid>;
708
+
709
+ /**
710
+ * List of available MiFID asset classes
711
+ *
712
+ * @generated from enum alis.open.cx.v1.Instrument.Mifid.AssetClass
713
+ */
714
+ export enum Instrument_Mifid_AssetClass {
715
+ /**
716
+ * Category not provided by the user.
717
+ *
718
+ * @generated from enum value: ASSET_CLASS_UNSPECIFIED = 0;
719
+ */
720
+ ASSET_CLASS_UNSPECIFIED = 0,
721
+
722
+ /**
723
+ * C10 Derivatives
724
+ *
725
+ * @generated from enum value: CTDV = 1;
726
+ */
727
+ CTDV = 1,
728
+
729
+ /**
730
+ * Emission Allowances
731
+ *
732
+ * @generated from enum value: EALL = 2;
733
+ */
734
+ EALL = 2,
735
+
736
+ /**
737
+ * Interest Rate Derivatives
738
+ *
739
+ * @generated from enum value: IRDV = 3;
740
+ */
741
+ IRDV = 3,
742
+
743
+ /**
744
+ * Structured Financial Products
745
+ *
746
+ * @generated from enum value: SFPS = 4;
747
+ */
748
+ SFPS = 4,
749
+
750
+ /**
751
+ * Commodity Derivatives
752
+ *
753
+ * @generated from enum value: CDRV = 5;
754
+ */
755
+ CDRV = 5,
756
+
757
+ /**
758
+ * Equity Derivatives
759
+ *
760
+ * @generated from enum value: EDRV = 6;
761
+ */
762
+ EDRV = 6,
763
+
764
+ /**
765
+ * Securitised Derivatives
766
+ *
767
+ * @generated from enum value: SDRV = 7;
768
+ */
769
+ SDRV = 7,
770
+
771
+ /**
772
+ * Credit Derivatives
773
+ *
774
+ * @generated from enum value: CRDV = 8;
775
+ */
776
+ CRDV = 8,
777
+
778
+ /**
779
+ * Foreign Exchange Derivatives
780
+ *
781
+ * @generated from enum value: FXDV = 9;
782
+ */
783
+ FXDV = 9,
784
+
785
+ /**
786
+ * Equity Financial Derivatives
787
+ *
788
+ * @generated from enum value: EQUI = 10;
789
+ */
790
+ EQUI = 10,
791
+
792
+ /**
793
+ * Emission Allowance Derivatives
794
+ *
795
+ * @generated from enum value: EADV = 11;
796
+ */
797
+ EADV = 11,
798
+
799
+ /**
800
+ * Financial Contracts for Difference
801
+ *
802
+ * @generated from enum value: FCFD = 12;
803
+ */
804
+ FCFD = 12,
805
+
806
+ /**
807
+ * Bonds
808
+ *
809
+ * @generated from enum value: BOND = 13;
810
+ */
811
+ BOND = 13,
812
+ }
813
+
814
+ /**
815
+ * Describes the enum alis.open.cx.v1.Instrument.Mifid.AssetClass.
816
+ */
817
+ export declare const Instrument_Mifid_AssetClassSchema: GenEnum<Instrument_Mifid_AssetClass>;
818
+
819
+ /**
820
+ * The Ucits set
821
+ *
822
+ * @generated from message alis.open.cx.v1.Instrument.Ucits
823
+ */
824
+ export declare type Instrument_Ucits = Message<"alis.open.cx.v1.Instrument.Ucits"> & {
825
+ /**
826
+ * Market Sector
827
+ * The asset class/category of the particular instrument
828
+ *
829
+ * Format: EQUITY, MONEY_MARKET, etc.
830
+ *
831
+ * @generated from field: alis.open.cx.v1.Instrument.Ucits.MarketSector market_sector = 1;
832
+ */
833
+ marketSector: Instrument_Ucits_MarketSector;
834
+
835
+ /**
836
+ * Description of the specific instrument type within its market sector.
837
+ * This typically depends on the market sector and is fairly flexible
838
+ *
839
+ * @generated from field: string security_type = 2;
840
+ */
841
+ securityType: string;
842
+
843
+ /**
844
+ * Name of the issuing entity of the security.
845
+ *
846
+ * @generated from field: string issuer = 3;
847
+ */
848
+ issuer: string;
849
+
850
+ /**
851
+ * Instrument issued by Banks in EU or in non-member states with equivalent supervision
852
+ *
853
+ * @generated from field: google.protobuf.BoolValue eu_bank_issuer = 4;
854
+ */
855
+ euBankIssuer?: boolean;
856
+
857
+ /**
858
+ * Instrument issued by EU credit institutions with special public supervision
859
+ *
860
+ * @generated from field: google.protobuf.BoolValue eu_credit_institution_issuer = 5;
861
+ */
862
+ euCreditInstitutionIssuer?: boolean;
863
+
864
+ /**
865
+ * Permissible for inclusion in a portfolio governed by UCITS
866
+ *
867
+ * @generated from field: google.protobuf.BoolValue ucits_compatible = 6;
868
+ */
869
+ ucitsCompatible?: boolean;
870
+
871
+ /**
872
+ * Instrument is traded on a regulated exchange
873
+ *
874
+ * @generated from field: google.protobuf.BoolValue traded_on_exchange = 7;
875
+ */
876
+ tradedOnExchange?: boolean;
877
+
878
+ /**
879
+ * Instrument itself is UCITS fund or equivalent funds (UCI)
880
+ *
881
+ * @generated from field: google.protobuf.BoolValue ucits_uci_fund = 8;
882
+ */
883
+ ucitsUciFund?: boolean;
884
+
885
+ /**
886
+ * Details on whether the instrument attributes meet the requirements for the Set
887
+ *
888
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
889
+ */
890
+ validation?: Instrument_Validation;
891
+ };
892
+
893
+ /**
894
+ * Describes the message alis.open.cx.v1.Instrument.Ucits.
895
+ * Use `create(Instrument_UcitsSchema)` to create a new message.
896
+ */
897
+ export declare const Instrument_UcitsSchema: GenMessage<Instrument_Ucits>;
898
+
899
+ /**
900
+ * The instrument market sector
901
+ *
902
+ * @generated from enum alis.open.cx.v1.Instrument.Ucits.MarketSector
903
+ */
904
+ export enum Instrument_Ucits_MarketSector {
905
+ /**
906
+ * Market Sector not specified
907
+ *
908
+ * @generated from enum value: MARKET_SECTOR_UNSPECIFIED = 0;
909
+ */
910
+ MARKET_SECTOR_UNSPECIFIED = 0,
911
+
912
+ /**
913
+ * Commodities
914
+ *
915
+ * @generated from enum value: COMMODITY = 1;
916
+ */
917
+ COMMODITY = 1,
918
+
919
+ /**
920
+ * Corporate Bonds
921
+ *
922
+ * @generated from enum value: CORPORATE = 2;
923
+ */
924
+ CORPORATE = 2,
925
+
926
+ /**
927
+ * Currency
928
+ *
929
+ * @generated from enum value: CURRENCY = 3;
930
+ */
931
+ CURRENCY = 3,
932
+
933
+ /**
934
+ * Equity
935
+ *
936
+ * @generated from enum value: EQUITY = 4;
937
+ */
938
+ EQUITY = 4,
939
+
940
+ /**
941
+ * Market index
942
+ *
943
+ * @generated from enum value: INDEX = 5;
944
+ */
945
+ INDEX = 5,
946
+
947
+ /**
948
+ * Money Market
949
+ *
950
+ * @generated from enum value: MONEY_MARKET = 6;
951
+ */
952
+ MONEY_MARKET = 6,
953
+
954
+ /**
955
+ * Government Bonds
956
+ *
957
+ * @generated from enum value: GOVERNMENT = 7;
958
+ */
959
+ GOVERNMENT = 7,
960
+
961
+ /**
962
+ * Mortgage Backed
963
+ *
964
+ * @generated from enum value: MTGE = 8;
965
+ */
966
+ MTGE = 8,
967
+
968
+ /**
969
+ * Municipal Bonds
970
+ *
971
+ * @generated from enum value: MUNI = 9;
972
+ */
973
+ MUNI = 9,
974
+
975
+ /**
976
+ * Don't know what this is... ;)
977
+ *
978
+ * @generated from enum value: PFD = 10;
979
+ */
980
+ PFD = 10,
981
+ }
982
+
983
+ /**
984
+ * Describes the enum alis.open.cx.v1.Instrument.Ucits.MarketSector.
985
+ */
986
+ export declare const Instrument_Ucits_MarketSectorSchema: GenEnum<Instrument_Ucits_MarketSector>;
987
+
988
+ /**
989
+ * The Reg28 set
990
+ *
991
+ * @generated from message alis.open.cx.v1.Instrument.Reg28
992
+ */
993
+ export declare type Instrument_Reg28 = Message<"alis.open.cx.v1.Instrument.Reg28"> & {
994
+ /**
995
+ * The different categories of securities
996
+ *
997
+ * @generated from field: alis.open.cx.v1.Instrument.Reg28.Category category = 1;
998
+ */
999
+ category: Instrument_Reg28_Category;
1000
+
1001
+ /**
1002
+ * Issuer of instrument is listed on an exchange
1003
+ *
1004
+ * @generated from field: google.protobuf.BoolValue exchange_listed_issuer = 2;
1005
+ */
1006
+ exchangeListedIssuer?: boolean;
1007
+
1008
+ /**
1009
+ * Description of the specific instrument type within its market sector.
1010
+ * This typically depends on the market sector and is fairly flexible
1011
+ *
1012
+ * @generated from field: string security_type = 3;
1013
+ */
1014
+ securityType: string;
1015
+
1016
+ /**
1017
+ * Name of the issuing entity of the security.
1018
+ *
1019
+ * @generated from field: string issuer = 4;
1020
+ */
1021
+ issuer: string;
1022
+
1023
+ /**
1024
+ * market capitalisation in ZAR
1025
+ *
1026
+ * @generated from field: double issuer_zar_market_capitalisation = 5;
1027
+ */
1028
+ issuerZarMarketCapitalisation: number;
1029
+
1030
+ /**
1031
+ * currency code for the reg28 field
1032
+ *
1033
+ * @generated from field: string currency_code = 6;
1034
+ */
1035
+ currencyCode: string;
1036
+
1037
+ /**
1038
+ * Details on whether the instrument attributes meet the requirements for the Set
1039
+ *
1040
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
1041
+ */
1042
+ validation?: Instrument_Validation;
1043
+ };
1044
+
1045
+ /**
1046
+ * Describes the message alis.open.cx.v1.Instrument.Reg28.
1047
+ * Use `create(Instrument_Reg28Schema)` to create a new message.
1048
+ */
1049
+ export declare const Instrument_Reg28Schema: GenMessage<Instrument_Reg28>;
1050
+
1051
+ /**
1052
+ * List of available Reg 28 Categories
1053
+ *
1054
+ * @generated from enum alis.open.cx.v1.Instrument.Reg28.Category
1055
+ */
1056
+ export enum Instrument_Reg28_Category {
1057
+ /**
1058
+ * Category not provided by the user.
1059
+ *
1060
+ * @generated from enum value: CATEGORY_UNSPECIFIED = 0;
1061
+ */
1062
+ CATEGORY_UNSPECIFIED = 0,
1063
+
1064
+ /**
1065
+ * Notes and coins; any balance or deposit in an account
1066
+ * held with a South African bank;
1067
+ * A money market instrument issued by a South African
1068
+ * bank including an Islamic liquidity management financial
1069
+ * instrument;
1070
+ * Any positive net balance in a margin account with an
1071
+ * exchange; and
1072
+ * Any positive net balance in a settlement account with an
1073
+ * exchange, operated for the buying and selling of assets.
1074
+ *
1075
+ * @generated from enum value: CASH_INSIDE_THE_REPUBLIC = 1;
1076
+ */
1077
+ CASH_INSIDE_THE_REPUBLIC = 1,
1078
+
1079
+ /**
1080
+ * Any balance or deposit held with a foreign bank;
1081
+ * A money market instrument issued by a foreign bank
1082
+ * including an Islamic liquidity management financial
1083
+ * instrument;
1084
+ *
1085
+ * @generated from enum value: CASH_FOREIGN_ASSETS = 2;
1086
+ */
1087
+ CASH_FOREIGN_ASSETS = 2,
1088
+
1089
+ /**
1090
+ * Debt instruments issued by, and loans to, the
1091
+ * government of the Republic, and any debt or loan
1092
+ * guaranteed by the Republic
1093
+ *
1094
+ * @generated from enum value: DEBT_GUARANTEED_BY_THE_REPUBLIC = 3;
1095
+ */
1096
+ DEBT_GUARANTEED_BY_THE_REPUBLIC = 3,
1097
+
1098
+ /**
1099
+ * Debt instruments issued or guaranteed by the
1100
+ * government of a foreign country
1101
+ *
1102
+ * @generated from enum value: DEBT_GUARANTEED_BY_FOREIGN_COUNTRY = 4;
1103
+ */
1104
+ DEBT_GUARANTEED_BY_FOREIGN_COUNTRY = 4,
1105
+
1106
+ /**
1107
+ * Debt instruments issued or guaranteed by a South
1108
+ * African bank against its balance sheet subject to issuer listing status
1109
+ * and prevailing market capitalisation
1110
+ *
1111
+ * @generated from enum value: DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK = 5;
1112
+ */
1113
+ DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK = 5,
1114
+
1115
+ /**
1116
+ * Debt instruments issued or guaranteed by an entity
1117
+ * that has equity listed on an exchange, or debt
1118
+ * instruments issued or guaranteed by a public entity
1119
+ * under the Public Finance Management Act, 1999
1120
+ * (Act No. 1 of 1999)
1121
+ *
1122
+ * @generated from enum value: DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY = 6;
1123
+ */
1124
+ DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY = 6,
1125
+
1126
+ /**
1127
+ * Other debt instruments
1128
+ *
1129
+ * @generated from enum value: DEBT_OTHER = 7;
1130
+ */
1131
+ DEBT_OTHER = 7,
1132
+
1133
+ /**
1134
+ * Preference and ordinary shares in companies,
1135
+ * excluding shares in property companies
1136
+ *
1137
+ * @generated from enum value: EQUITIES = 8;
1138
+ */
1139
+ EQUITIES = 8,
1140
+
1141
+ /**
1142
+ * Preference shares, ordinary shares and linked units
1143
+ * comprising shares linked to debentures in property
1144
+ * companies, or units in a Collective Investment
1145
+ * Scheme in Property
1146
+ *
1147
+ * @generated from enum value: IMMOVABLE_PROPERTY = 10;
1148
+ */
1149
+ IMMOVABLE_PROPERTY = 10,
1150
+
1151
+ /**
1152
+ * Kruger Rands and other commodities listed on an
1153
+ * exchange, including exchange traded commodities.
1154
+ *
1155
+ * @generated from enum value: COMMODITIES_GOLD = 12;
1156
+ */
1157
+ COMMODITIES_GOLD = 12,
1158
+
1159
+ /**
1160
+ * All other non-gold commodities
1161
+ *
1162
+ * @generated from enum value: COMMODITIES_OTHER = 13;
1163
+ */
1164
+ COMMODITIES_OTHER = 13,
1165
+
1166
+ /**
1167
+ * Investments in the business of a participating employer
1168
+ * inside the republic in terms of Section 19(4) of the Pension Funds Act (PFA)
1169
+ *
1170
+ * @generated from enum value: PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4 = 14;
1171
+ */
1172
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4 = 14,
1173
+
1174
+ /**
1175
+ * Investments in the business of a participating employer
1176
+ * inside the republic in terms of the extent it has been allowed by an exemption in terms of
1177
+ * section 19(4A) of the Pension Funds Act
1178
+ *
1179
+ * @generated from enum value: PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT = 15;
1180
+ */
1181
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT = 15,
1182
+
1183
+ /**
1184
+ * Housing loans granted to members in accordance with the provisions of Section 19(5)
1185
+ *
1186
+ * @generated from enum value: HOUSING_LOANS = 16;
1187
+ */
1188
+ HOUSING_LOANS = 16,
1189
+
1190
+ /**
1191
+ * Funds of hedge funds
1192
+ *
1193
+ * @generated from enum value: OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS = 17;
1194
+ */
1195
+ OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS = 17,
1196
+
1197
+ /**
1198
+ * Hedge funds
1199
+ *
1200
+ * @generated from enum value: OTHER_ASSETS_HEDGE_FUNDS = 18;
1201
+ */
1202
+ OTHER_ASSETS_HEDGE_FUNDS = 18,
1203
+
1204
+ /**
1205
+ * Funds of private equity funds
1206
+ *
1207
+ * @generated from enum value: OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS = 19;
1208
+ */
1209
+ OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS = 19,
1210
+
1211
+ /**
1212
+ * Private equity funds
1213
+ *
1214
+ * @generated from enum value: OTHER_ASSETS_PRIVATE_EQUITY_FUNDS = 20;
1215
+ */
1216
+ OTHER_ASSETS_PRIVATE_EQUITY_FUNDS = 20,
1217
+
1218
+ /**
1219
+ * Other assets not referred to in this schedule and
1220
+ * excluding a hedge fund or private equity fund
1221
+ *
1222
+ * @generated from enum value: OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE = 21;
1223
+ */
1224
+ OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE = 21,
1225
+
1226
+ /**
1227
+ * Assets excluding from all other categorisations
1228
+ *
1229
+ * @generated from enum value: EXCLUDED_ASSETS = 22;
1230
+ */
1231
+ EXCLUDED_ASSETS = 22,
1232
+ }
1233
+
1234
+ /**
1235
+ * Describes the enum alis.open.cx.v1.Instrument.Reg28.Category.
1236
+ */
1237
+ export declare const Instrument_Reg28_CategorySchema: GenEnum<Instrument_Reg28_Category>;
1238
+
1239
+ /**
1240
+ * The CISCA set
1241
+ *
1242
+ * @generated from message alis.open.cx.v1.Instrument.Cisca
1243
+ */
1244
+ export declare type Instrument_Cisca = Message<"alis.open.cx.v1.Instrument.Cisca"> & {
1245
+ /**
1246
+ * The different categories of securities
1247
+ *
1248
+ * @generated from field: alis.open.cx.v1.Instrument.Cisca.Category category = 1;
1249
+ */
1250
+ category: Instrument_Cisca_Category;
1251
+
1252
+ /**
1253
+ * Description of the specific instrument type within its market sector.
1254
+ * This typically depends on the market sector and is fairly flexible
1255
+ *
1256
+ * @generated from field: string security_type = 3;
1257
+ */
1258
+ securityType: string;
1259
+
1260
+ /**
1261
+ * Name of the issuing entity of the security.
1262
+ *
1263
+ * @generated from field: string issuer = 4;
1264
+ */
1265
+ issuer: string;
1266
+
1267
+ /**
1268
+ * indication if security has embedded leveraged
1269
+ *
1270
+ * @generated from field: google.protobuf.BoolValue has_embedded_leverage = 5;
1271
+ */
1272
+ hasEmbeddedLeverage?: boolean;
1273
+
1274
+ /**
1275
+ * equity security's weighting in its relevant index
1276
+ * e.g. 0.5 = 50%
1277
+ *
1278
+ * @generated from field: double index_weight = 6;
1279
+ */
1280
+ indexWeight: number;
1281
+
1282
+ /**
1283
+ * market capitalisation in ZAR
1284
+ *
1285
+ * @generated from field: double issuer_market_capitalisation = 7;
1286
+ */
1287
+ issuerMarketCapitalisation: number;
1288
+
1289
+ /**
1290
+ * Details on whether the instrument attributes meet the requirements for the Set
1291
+ *
1292
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
1293
+ */
1294
+ validation?: Instrument_Validation;
1295
+ };
1296
+
1297
+ /**
1298
+ * Describes the message alis.open.cx.v1.Instrument.Cisca.
1299
+ * Use `create(Instrument_CiscaSchema)` to create a new message.
1300
+ */
1301
+ export declare const Instrument_CiscaSchema: GenMessage<Instrument_Cisca>;
1302
+
1303
+ /**
1304
+ * List of available CISCA categories
1305
+ *
1306
+ * @generated from enum alis.open.cx.v1.Instrument.Cisca.Category
1307
+ */
1308
+ export enum Instrument_Cisca_Category {
1309
+ /**
1310
+ * Category not provided by the user.
1311
+ *
1312
+ * @generated from enum value: CATEGORY_UNSPECIFIED = 0;
1313
+ */
1314
+ CATEGORY_UNSPECIFIED = 0,
1315
+
1316
+ /**
1317
+ * Non-Equity security issued/guaranteed by Republic of South Africa
1318
+ *
1319
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA = 1;
1320
+ */
1321
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA = 1,
1322
+
1323
+ /**
1324
+ * Non-Equity security issued/guaranteed by a foreign government whose sovereign currency rating is the same or higher than Republic of South Africa
1325
+ *
1326
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA = 2;
1327
+ */
1328
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA = 2,
1329
+
1330
+ /**
1331
+ * Non-Equity security issued/guaranteed by a foreign government whose sovereign currency rating is the lower than Republic of South Africa
1332
+ *
1333
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_LOWER_THAN_SOUTH_AFRICA = 3;
1334
+ */
1335
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_LOWER_THAN_SOUTH_AFRICA = 3,
1336
+
1337
+ /**
1338
+ * Non-Equity security issued/guaranteed by the South African Reserve Bank (SARB)
1339
+ *
1340
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_SARB = 4;
1341
+ */
1342
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_SARB = 4,
1343
+
1344
+ /**
1345
+ * Non-Equity security issued/guaranteed by the African Development Bank
1346
+ *
1347
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_AFRICAN_DEVELOPMENT_BANK = 5;
1348
+ */
1349
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_AFRICAN_DEVELOPMENT_BANK = 5,
1350
+
1351
+ /**
1352
+ * Non-Equity security issued/guaranteed by a bank which is part of a listed holding company
1353
+ *
1354
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY = 6;
1355
+ */
1356
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY = 6,
1357
+
1358
+ /**
1359
+ * Non-Equity security issued/guaranteed by a public entity that is subject to the Public Finance Management Act 1999 (PFMA)
1360
+ *
1361
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA = 9;
1362
+ */
1363
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA = 9,
1364
+
1365
+ /**
1366
+ * Non-Equity security issued/guaranteed by a municipality that is subject to Local Government Municipal Finance Management Act 2003
1367
+ *
1368
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_MUNICIPALITY_UNDER_LGMFMA = 10;
1369
+ */
1370
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_MUNICIPALITY_UNDER_LGMFMA = 10,
1371
+
1372
+ /**
1373
+ * Non-Equity security issued/guaranteed by a local or foreign entity that is listed on an exchange
1374
+ *
1375
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY = 11;
1376
+ */
1377
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY = 11,
1378
+
1379
+ /**
1380
+ * Non-Equity security which are preference shares not part of the issuers share capital
1381
+ *
1382
+ * @generated from enum value: NON_EQUITY_PREFERENCE_SHARES_NOT_PART_OF_ISSUER_SHARE_CAPITAL = 12;
1383
+ */
1384
+ NON_EQUITY_PREFERENCE_SHARES_NOT_PART_OF_ISSUER_SHARE_CAPITAL = 12,
1385
+
1386
+ /**
1387
+ * Non-Equity security that exchange traded debentures/notes that have exposure to physical precious metal/s
1388
+ *
1389
+ * @generated from enum value: NON_EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_DEBENTURE = 13;
1390
+ */
1391
+ NON_EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_DEBENTURE = 13,
1392
+
1393
+ /**
1394
+ * Non-Equity security that is an exchange traded note (ETN) where the portfolio note represents is itself CISCA compliant
1395
+ *
1396
+ * @generated from enum value: NON_EQUITY_CISCA_COMPLIANT_ETN = 14;
1397
+ */
1398
+ NON_EQUITY_CISCA_COMPLIANT_ETN = 14,
1399
+
1400
+ /**
1401
+ * Non-Equity security issued/guaranteed by listed entity not described by any non-equity category
1402
+ *
1403
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE = 15;
1404
+ */
1405
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE = 15,
1406
+
1407
+ /**
1408
+ * Non-Equity security issued/guaranteed by by unlisted entity not described by any non-equity category and may include participatory interests in participation bonds
1409
+ *
1410
+ * @generated from enum value: NON_EQUITY_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY_NOT_DESCRIBED_OTHERWISE_INCLUDING_PARTICIPATION_BONDS = 16;
1411
+ */
1412
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY_NOT_DESCRIBED_OTHERWISE_INCLUDING_PARTICIPATION_BONDS = 16,
1413
+
1414
+ /**
1415
+ * Equity security issued by any one concern that is listed
1416
+ *
1417
+ * @generated from enum value: EQUITY_LISTED = 17;
1418
+ */
1419
+ EQUITY_LISTED = 17,
1420
+
1421
+ /**
1422
+ * Equity security issued by any one concern that is unlisted
1423
+ *
1424
+ * @generated from enum value: EQUITY_UNLISTED = 18;
1425
+ */
1426
+ EQUITY_UNLISTED = 18,
1427
+
1428
+ /**
1429
+ * Equity security issued by any one concern which is an investment company (meaning a company that is engaged primarily in the
1430
+ * business of investment in the securities of companies for the purpose of revenue and
1431
+ * profit and not for the purpose of exercising control)
1432
+ *
1433
+ * @generated from enum value: EQUITY_INVESTMENT_COMPANY = 19;
1434
+ */
1435
+ EQUITY_INVESTMENT_COMPANY = 19,
1436
+
1437
+ /**
1438
+ * Equity security which are preference shares which are part of the issuers share capital
1439
+ *
1440
+ * @generated from enum value: EQUITY_PREFERENCE_SHARES_PART_OF_ISSUER_SHARE_CAPITAL = 20;
1441
+ */
1442
+ EQUITY_PREFERENCE_SHARES_PART_OF_ISSUER_SHARE_CAPITAL = 20,
1443
+
1444
+ /**
1445
+ * Equity security that exchange traded fund (ETF) that have exposure to physical precious metal/s of which there is no obligation for physical delivery
1446
+ *
1447
+ * @generated from enum value: EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_ETF = 21;
1448
+ */
1449
+ EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_ETF = 21,
1450
+
1451
+ /**
1452
+ * Equity security that is an exchange traded fund (ETF) where the portfolio note represents is itself CISCA compliant
1453
+ *
1454
+ * @generated from enum value: EQUITY_CISCA_COMPLIANT_ETF = 22;
1455
+ */
1456
+ EQUITY_CISCA_COMPLIANT_ETF = 22,
1457
+
1458
+ /**
1459
+ * Money market security issued/guaranteed by Republic of South Africa
1460
+ *
1461
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA = 23;
1462
+ */
1463
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA = 23,
1464
+
1465
+ /**
1466
+ * Money market security issued/guaranteed by a foreign government whose sovereign currency rating is the same or higher than Republic of South Africa
1467
+ *
1468
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA = 24;
1469
+ */
1470
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA = 24,
1471
+
1472
+ /**
1473
+ * Money market security issued/guaranteed by the South African Reserve Bank (SARB)
1474
+ *
1475
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_SARB = 25;
1476
+ */
1477
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_SARB = 25,
1478
+
1479
+ /**
1480
+ * Money market security issued/guaranteed by a bank which is part of a listed holding company
1481
+ *
1482
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY = 26;
1483
+ */
1484
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY = 26,
1485
+
1486
+ /**
1487
+ * Money market security issued/guaranteed by a public entity that is subject to the Public Finance Management Act 1999 (PFMA)
1488
+ *
1489
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA = 28;
1490
+ */
1491
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA = 28,
1492
+
1493
+ /**
1494
+ * Money market security issued/guaranteed by a local or foreign entity that is listed on an exchange
1495
+ *
1496
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY = 29;
1497
+ */
1498
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY = 29,
1499
+
1500
+ /**
1501
+ * Money market security issued/guaranteed by by listed entity not described by any money market category
1502
+ *
1503
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE = 30;
1504
+ */
1505
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE = 30,
1506
+
1507
+ /**
1508
+ * Money market security issued/guaranteed by an unlisted entity not described by any money market category
1509
+ *
1510
+ * @generated from enum value: MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY = 31;
1511
+ */
1512
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY = 31,
1513
+
1514
+ /**
1515
+ * @generated from enum value: ASSETS_IN_LIQUID_FORM = 32;
1516
+ */
1517
+ ASSETS_IN_LIQUID_FORM = 32,
1518
+ }
1519
+
1520
+ /**
1521
+ * Describes the enum alis.open.cx.v1.Instrument.Cisca.Category.
1522
+ */
1523
+ export declare const Instrument_Cisca_CategorySchema: GenEnum<Instrument_Cisca_Category>;
1524
+
1525
+ /**
1526
+ * Regulation 30 from Annexure B of the Medical Schemes Act.
1527
+ *
1528
+ * @generated from message alis.open.cx.v1.Instrument.Reg30
1529
+ */
1530
+ export declare type Instrument_Reg30 = Message<"alis.open.cx.v1.Instrument.Reg30"> & {
1531
+ /**
1532
+ * The category of the Instrument relates to the Annexure B categorisation
1533
+ * Refer to Page 48 of the Medical Schemes Act 131 of 1998
1534
+ * available at https://www.medicalschemes.com/files/Acts%20and%20Regulations/MSREGS19July2004.pdf
1535
+ * Example: 1.a.ii
1536
+ *
1537
+ * @generated from field: string category = 1;
1538
+ */
1539
+ category: string;
1540
+
1541
+ /**
1542
+ * Name of the issuing entity of the security.
1543
+ *
1544
+ * @generated from field: string institution = 2;
1545
+ */
1546
+ institution: string;
1547
+
1548
+ /**
1549
+ * Details on whether the instrument attributes meet the requirements for the Set
1550
+ *
1551
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
1552
+ */
1553
+ validation?: Instrument_Validation;
1554
+ };
1555
+
1556
+ /**
1557
+ * Describes the message alis.open.cx.v1.Instrument.Reg30.
1558
+ * Use `create(Instrument_Reg30Schema)` to create a new message.
1559
+ */
1560
+ export declare const Instrument_Reg30Schema: GenMessage<Instrument_Reg30>;
1561
+
1562
+ /**
1563
+ * The Reg28 set
1564
+ *
1565
+ * @generated from message alis.open.cx.v1.Instrument.SarbC23
1566
+ */
1567
+ export declare type Instrument_SarbC23 = Message<"alis.open.cx.v1.Instrument.SarbC23"> & {
1568
+ /**
1569
+ * The different categories of securities
1570
+ * These are defined by the C23 form, essentially each row in the table has a unique row number / id.
1571
+ *
1572
+ * @generated from field: repeated int32 category_ids = 1;
1573
+ */
1574
+ categoryIds: number[];
1575
+
1576
+ /**
1577
+ * Details on whether the instrument attributes meet the requirements for the Set
1578
+ * Not yet implemented
1579
+ *
1580
+ * @generated from field: alis.open.cx.v1.Instrument.Validation validation = 99;
1581
+ */
1582
+ validation?: Instrument_Validation;
1583
+ };
1584
+
1585
+ /**
1586
+ * Describes the message alis.open.cx.v1.Instrument.SarbC23.
1587
+ * Use `create(Instrument_SarbC23Schema)` to create a new message.
1588
+ */
1589
+ export declare const Instrument_SarbC23Schema: GenMessage<Instrument_SarbC23>;
1590
+
1591
+ /**
1592
+ * credit rating
1593
+ *
1594
+ * @generated from message alis.open.cx.v1.Instrument.CreditRating
1595
+ */
1596
+ export declare type Instrument_CreditRating = Message<"alis.open.cx.v1.Instrument.CreditRating"> & {
1597
+ /**
1598
+ * Agency that has assigned rating to instrument or entity
1599
+ *
1600
+ * @generated from field: alis.open.cx.v1.Instrument.RatingAgency rating_agency = 1;
1601
+ */
1602
+ ratingAgency: Instrument_RatingAgency;
1603
+
1604
+ /**
1605
+ * Rating assigned to instrument or entity
1606
+ *
1607
+ * @generated from field: alis.open.cx.v1.Instrument.CreditRatingScale credit_rating_scale = 2;
1608
+ */
1609
+ creditRatingScale: Instrument_CreditRatingScale;
1610
+ };
1611
+
1612
+ /**
1613
+ * Describes the message alis.open.cx.v1.Instrument.CreditRating.
1614
+ * Use `create(Instrument_CreditRatingSchema)` to create a new message.
1615
+ */
1616
+ export declare const Instrument_CreditRatingSchema: GenMessage<Instrument_CreditRating>;
1617
+
1618
+ /**
1619
+ * Validation details
1620
+ *
1621
+ * @generated from message alis.open.cx.v1.Instrument.Validation
1622
+ */
1623
+ export declare type Instrument_Validation = Message<"alis.open.cx.v1.Instrument.Validation"> & {
1624
+ /**
1625
+ * Is valid
1626
+ *
1627
+ * @generated from field: bool is_valid = 1;
1628
+ */
1629
+ isValid: boolean;
1630
+
1631
+ /**
1632
+ * Fields which require attention
1633
+ *
1634
+ * @generated from field: repeated alis.open.cx.v1.Instrument.Validation.Field invalid_fields = 2;
1635
+ */
1636
+ invalidFields: Instrument_Validation_Field[];
1637
+ };
1638
+
1639
+ /**
1640
+ * Describes the message alis.open.cx.v1.Instrument.Validation.
1641
+ * Use `create(Instrument_ValidationSchema)` to create a new message.
1642
+ */
1643
+ export declare const Instrument_ValidationSchema: GenMessage<Instrument_Validation>;
1644
+
1645
+ /**
1646
+ * A single Field
1647
+ *
1648
+ * @generated from message alis.open.cx.v1.Instrument.Validation.Field
1649
+ */
1650
+ export declare type Instrument_Validation_Field = Message<"alis.open.cx.v1.Instrument.Validation.Field"> & {
1651
+ /**
1652
+ * Name of the field
1653
+ * Examples: reg28.category, cisca.issuer, etc.
1654
+ *
1655
+ * @generated from field: string name = 1;
1656
+ */
1657
+ name: string;
1658
+
1659
+ /**
1660
+ * Validation notes for the field.
1661
+ *
1662
+ * @generated from field: string notes = 2;
1663
+ */
1664
+ notes: string;
1665
+ };
1666
+
1667
+ /**
1668
+ * Describes the message alis.open.cx.v1.Instrument.Validation.Field.
1669
+ * Use `create(Instrument_Validation_FieldSchema)` to create a new message.
1670
+ */
1671
+ export declare const Instrument_Validation_FieldSchema: GenMessage<Instrument_Validation_Field>;
1672
+
1673
+ /**
1674
+ * The instrument market sector
1675
+ *
1676
+ * @generated from enum alis.open.cx.v1.Instrument.MarketSector
1677
+ */
1678
+ export enum Instrument_MarketSector {
1679
+ /**
1680
+ * Market Sector not specified
1681
+ *
1682
+ * @generated from enum value: MARKET_SECTOR_UNSPECIFIED = 0;
1683
+ */
1684
+ MARKET_SECTOR_UNSPECIFIED = 0,
1685
+
1686
+ /**
1687
+ * Commodities
1688
+ *
1689
+ * @generated from enum value: COMMODITY = 1;
1690
+ */
1691
+ COMMODITY = 1,
1692
+
1693
+ /**
1694
+ * Corporate Bonds
1695
+ *
1696
+ * @generated from enum value: CORPORATE = 2;
1697
+ */
1698
+ CORPORATE = 2,
1699
+
1700
+ /**
1701
+ * Currency
1702
+ *
1703
+ * @generated from enum value: CURRENCY = 3;
1704
+ */
1705
+ CURRENCY = 3,
1706
+
1707
+ /**
1708
+ * Equity
1709
+ *
1710
+ * @generated from enum value: EQUITY = 4;
1711
+ */
1712
+ EQUITY = 4,
1713
+
1714
+ /**
1715
+ * Market index
1716
+ *
1717
+ * @generated from enum value: INDEX = 5;
1718
+ */
1719
+ INDEX = 5,
1720
+
1721
+ /**
1722
+ * Money Market
1723
+ *
1724
+ * @generated from enum value: MONEY_MARKET = 6;
1725
+ */
1726
+ MONEY_MARKET = 6,
1727
+
1728
+ /**
1729
+ * Government Bonds
1730
+ *
1731
+ * @generated from enum value: GOVERNMENT = 7;
1732
+ */
1733
+ GOVERNMENT = 7,
1734
+
1735
+ /**
1736
+ * Mortgage Backed
1737
+ *
1738
+ * @generated from enum value: MTGE = 8;
1739
+ */
1740
+ MTGE = 8,
1741
+
1742
+ /**
1743
+ * Municipal Bonds
1744
+ *
1745
+ * @generated from enum value: MUNI = 9;
1746
+ */
1747
+ MUNI = 9,
1748
+
1749
+ /**
1750
+ * Don't know what this is... ;)
1751
+ *
1752
+ * @generated from enum value: PFD = 10;
1753
+ */
1754
+ PFD = 10,
1755
+ }
1756
+
1757
+ /**
1758
+ * Describes the enum alis.open.cx.v1.Instrument.MarketSector.
1759
+ */
1760
+ export declare const Instrument_MarketSectorSchema: GenEnum<Instrument_MarketSector>;
1761
+
1762
+ /**
1763
+ * Credit rating scale
1764
+ *
1765
+ * @generated from enum alis.open.cx.v1.Instrument.CreditRatingScale
1766
+ */
1767
+ export enum Instrument_CreditRatingScale {
1768
+ /**
1769
+ * Credit rating scale not provided by the user.
1770
+ *
1771
+ * @generated from enum value: CREDIT_RATING_SCALE_UNSPECIFIED = 0;
1772
+ */
1773
+ CREDIT_RATING_SCALE_UNSPECIFIED = 0,
1774
+
1775
+ /**
1776
+ * Prime
1777
+ *
1778
+ * @generated from enum value: AAA = 1;
1779
+ */
1780
+ AAA = 1,
1781
+
1782
+ /**
1783
+ * High grade
1784
+ *
1785
+ * @generated from enum value: AA1 = 2;
1786
+ */
1787
+ AA1 = 2,
1788
+
1789
+ /**
1790
+ * High grade
1791
+ *
1792
+ * @generated from enum value: AA2 = 3;
1793
+ */
1794
+ AA2 = 3,
1795
+
1796
+ /**
1797
+ * High grade
1798
+ *
1799
+ * @generated from enum value: AA3 = 4;
1800
+ */
1801
+ AA3 = 4,
1802
+
1803
+ /**
1804
+ * Upper medium grade
1805
+ *
1806
+ * @generated from enum value: A1 = 5;
1807
+ */
1808
+ A1 = 5,
1809
+
1810
+ /**
1811
+ * Upper medium grade
1812
+ *
1813
+ * @generated from enum value: A2 = 6;
1814
+ */
1815
+ A2 = 6,
1816
+
1817
+ /**
1818
+ * Upper medium grade
1819
+ *
1820
+ * @generated from enum value: A3 = 7;
1821
+ */
1822
+ A3 = 7,
1823
+
1824
+ /**
1825
+ * Lower medium grade
1826
+ *
1827
+ * @generated from enum value: BAA1 = 8;
1828
+ */
1829
+ BAA1 = 8,
1830
+
1831
+ /**
1832
+ * Lower medium grade
1833
+ *
1834
+ * @generated from enum value: BAA2 = 9;
1835
+ */
1836
+ BAA2 = 9,
1837
+
1838
+ /**
1839
+ * Lower medium grade
1840
+ *
1841
+ * @generated from enum value: BAA3 = 10;
1842
+ */
1843
+ BAA3 = 10,
1844
+
1845
+ /**
1846
+ * Non-investment grade
1847
+ *
1848
+ * @generated from enum value: BA1 = 11;
1849
+ */
1850
+ BA1 = 11,
1851
+
1852
+ /**
1853
+ * Non-investment grade
1854
+ *
1855
+ * @generated from enum value: BA2 = 12;
1856
+ */
1857
+ BA2 = 12,
1858
+
1859
+ /**
1860
+ * Non-investment grade
1861
+ *
1862
+ * @generated from enum value: BA3 = 13;
1863
+ */
1864
+ BA3 = 13,
1865
+
1866
+ /**
1867
+ * Highly speculative
1868
+ *
1869
+ * @generated from enum value: B1 = 14;
1870
+ */
1871
+ B1 = 14,
1872
+
1873
+ /**
1874
+ * Highly speculative
1875
+ *
1876
+ * @generated from enum value: B2 = 15;
1877
+ */
1878
+ B2 = 15,
1879
+
1880
+ /**
1881
+ * Highly speculative
1882
+ *
1883
+ * @generated from enum value: B3 = 16;
1884
+ */
1885
+ B3 = 16,
1886
+
1887
+ /**
1888
+ * Substantial risk
1889
+ *
1890
+ * @generated from enum value: CAA1 = 17;
1891
+ */
1892
+ CAA1 = 17,
1893
+
1894
+ /**
1895
+ * Extremely speculative
1896
+ *
1897
+ * @generated from enum value: CAA2 = 18;
1898
+ */
1899
+ CAA2 = 18,
1900
+
1901
+ /**
1902
+ * In default with little prospect of recovery
1903
+ *
1904
+ * @generated from enum value: CAA3 = 19;
1905
+ */
1906
+ CAA3 = 19,
1907
+
1908
+ /**
1909
+ * In default with little prospect of recovery
1910
+ *
1911
+ * @generated from enum value: CA = 20;
1912
+ */
1913
+ CA = 20,
1914
+
1915
+ /**
1916
+ * In default with little prospect of recovery
1917
+ *
1918
+ * @generated from enum value: C = 21;
1919
+ */
1920
+ C = 21,
1921
+
1922
+ /**
1923
+ * High grade
1924
+ *
1925
+ * @generated from enum value: AA_PLUS = 23;
1926
+ */
1927
+ AA_PLUS = 23,
1928
+
1929
+ /**
1930
+ * High grade
1931
+ *
1932
+ * @generated from enum value: AA = 24;
1933
+ */
1934
+ AA = 24,
1935
+
1936
+ /**
1937
+ * High grade
1938
+ *
1939
+ * @generated from enum value: AA_MINUS = 25;
1940
+ */
1941
+ AA_MINUS = 25,
1942
+
1943
+ /**
1944
+ * Upper medium grade
1945
+ *
1946
+ * @generated from enum value: A_PLUS = 26;
1947
+ */
1948
+ A_PLUS = 26,
1949
+
1950
+ /**
1951
+ * Upper medium grade
1952
+ *
1953
+ * @generated from enum value: A = 27;
1954
+ */
1955
+ A = 27,
1956
+
1957
+ /**
1958
+ * Upper medium grade
1959
+ *
1960
+ * @generated from enum value: A_MINUS = 28;
1961
+ */
1962
+ A_MINUS = 28,
1963
+
1964
+ /**
1965
+ * Lower medium grade
1966
+ *
1967
+ * @generated from enum value: BBB_PLUS = 29;
1968
+ */
1969
+ BBB_PLUS = 29,
1970
+
1971
+ /**
1972
+ * Lower medium grade
1973
+ *
1974
+ * @generated from enum value: BBB = 30;
1975
+ */
1976
+ BBB = 30,
1977
+
1978
+ /**
1979
+ * Lower medium grade
1980
+ *
1981
+ * @generated from enum value: BBB_MINUS = 31;
1982
+ */
1983
+ BBB_MINUS = 31,
1984
+
1985
+ /**
1986
+ * Non-investment grade
1987
+ *
1988
+ * @generated from enum value: BB_PLUS = 32;
1989
+ */
1990
+ BB_PLUS = 32,
1991
+
1992
+ /**
1993
+ * Non-investment grade
1994
+ *
1995
+ * @generated from enum value: BB = 33;
1996
+ */
1997
+ BB = 33,
1998
+
1999
+ /**
2000
+ * Non-investment grade
2001
+ *
2002
+ * @generated from enum value: BB_MINUS = 34;
2003
+ */
2004
+ BB_MINUS = 34,
2005
+
2006
+ /**
2007
+ * Highly speculative
2008
+ *
2009
+ * @generated from enum value: B_PLUS = 35;
2010
+ */
2011
+ B_PLUS = 35,
2012
+
2013
+ /**
2014
+ * Highly speculative
2015
+ *
2016
+ * @generated from enum value: B = 36;
2017
+ */
2018
+ B = 36,
2019
+
2020
+ /**
2021
+ * Highly speculative
2022
+ *
2023
+ * @generated from enum value: B_MINUS = 37;
2024
+ */
2025
+ B_MINUS = 37,
2026
+
2027
+ /**
2028
+ * Substantial risk
2029
+ *
2030
+ * @generated from enum value: CCC_PLUS = 38;
2031
+ */
2032
+ CCC_PLUS = 38,
2033
+
2034
+ /**
2035
+ * Extremely speculative
2036
+ *
2037
+ * @generated from enum value: CCC = 39;
2038
+ */
2039
+ CCC = 39,
2040
+
2041
+ /**
2042
+ * In default with little prospect of recovery
2043
+ *
2044
+ * @generated from enum value: CCC_MINUS = 40;
2045
+ */
2046
+ CCC_MINUS = 40,
2047
+
2048
+ /**
2049
+ * In default with little prospect of recovery
2050
+ *
2051
+ * @generated from enum value: CC = 41;
2052
+ */
2053
+ CC = 41,
2054
+
2055
+ /**
2056
+ * In default
2057
+ *
2058
+ * @generated from enum value: DDD = 42;
2059
+ */
2060
+ DDD = 42,
2061
+
2062
+ /**
2063
+ * In default
2064
+ *
2065
+ * @generated from enum value: DD = 43;
2066
+ */
2067
+ DD = 43,
2068
+
2069
+ /**
2070
+ * In default
2071
+ *
2072
+ * @generated from enum value: D = 44;
2073
+ */
2074
+ D = 44,
2075
+ }
2076
+
2077
+ /**
2078
+ * Describes the enum alis.open.cx.v1.Instrument.CreditRatingScale.
2079
+ */
2080
+ export declare const Instrument_CreditRatingScaleSchema: GenEnum<Instrument_CreditRatingScale>;
2081
+
2082
+ /**
2083
+ * Rating agency
2084
+ *
2085
+ * @generated from enum alis.open.cx.v1.Instrument.RatingAgency
2086
+ */
2087
+ export enum Instrument_RatingAgency {
2088
+ /**
2089
+ * Rating agency not provided by the user.
2090
+ *
2091
+ * @generated from enum value: RATING_AGENCY_UNSPECIFIED = 0;
2092
+ */
2093
+ RATING_AGENCY_UNSPECIFIED = 0,
2094
+
2095
+ /**
2096
+ * S&P
2097
+ *
2098
+ * @generated from enum value: S_AND_P = 1;
2099
+ */
2100
+ S_AND_P = 1,
2101
+
2102
+ /**
2103
+ * Fitch
2104
+ *
2105
+ * @generated from enum value: FITCH = 2;
2106
+ */
2107
+ FITCH = 2,
2108
+
2109
+ /**
2110
+ * Moody's
2111
+ *
2112
+ * @generated from enum value: MOODYS = 3;
2113
+ */
2114
+ MOODYS = 3,
2115
+ }
2116
+
2117
+ /**
2118
+ * Describes the enum alis.open.cx.v1.Instrument.RatingAgency.
2119
+ */
2120
+ export declare const Instrument_RatingAgencySchema: GenEnum<Instrument_RatingAgency>;
2121
+
2122
+ /**
2123
+ * The FIGI type.
2124
+ *
2125
+ * @generated from enum alis.open.cx.v1.Instrument.FigiType
2126
+ */
2127
+ export enum Instrument_FigiType {
2128
+ /**
2129
+ * Figi Type is not provided
2130
+ *
2131
+ * @generated from enum value: FIGI_TYPE_UNSPECIFIED = 0;
2132
+ */
2133
+ FIGI_TYPE_UNSPECIFIED = 0,
2134
+
2135
+ /**
2136
+ * Global FIGI
2137
+ *
2138
+ * @generated from enum value: GLOBAL = 1;
2139
+ */
2140
+ GLOBAL = 1,
2141
+
2142
+ /**
2143
+ * Custom generated figi, not available on www.openfigi.com, yet...
2144
+ *
2145
+ * @generated from enum value: CUSTOM = 2;
2146
+ */
2147
+ CUSTOM = 2,
2148
+ }
2149
+
2150
+ /**
2151
+ * Describes the enum alis.open.cx.v1.Instrument.FigiType.
2152
+ */
2153
+ export declare const Instrument_FigiTypeSchema: GenEnum<Instrument_FigiType>;