@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,2169 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts"
2
+ // @generated from file alis/open/px/v1/px.proto (package alis.open.px.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
+ import type { Date } from "@alis-build/google-common-protos/google/type/date_pb";
9
+ import type { TimeOfDay } from "@alis-build/google-common-protos/google/type/timeofday_pb";
10
+
11
+ /**
12
+ * Describes the file alis/open/px/v1/px.proto.
13
+ */
14
+ export declare const file_alis_open_px_v1_px: GenFile;
15
+
16
+ /**
17
+ * Instrument is an extension of the IN Instrument resource, and is used to hold additional
18
+ * attributes that are not defined in IN, but are useful in PX.
19
+ *
20
+ * For an instrument to be used in PX, it must be defined in IN
21
+ *
22
+ * @generated from message alis.open.px.v1.Instrument
23
+ */
24
+ export declare type Instrument = Message<"alis.open.px.v1.Instrument"> & {
25
+ /**
26
+ * The instrument name as defined within the IN product.
27
+ * Format: instruments/{instrument_id}. {instrument_id} must be a valid Global FIGI,
28
+ * or a valid custom instrument ID.
29
+ *
30
+ * @generated from field: string name = 1;
31
+ */
32
+ name: string;
33
+
34
+ /**
35
+ * Use Bloomberg as a source for this instrument.
36
+ *
37
+ * This field is deprecated, please use `points_sync_config` instead.
38
+ *
39
+ * @generated from field: bool bloomberg_source_enabled = 2 [deprecated = true];
40
+ * @deprecated
41
+ */
42
+ bloombergSourceEnabled: boolean;
43
+
44
+ /**
45
+ * Instrument's currency code
46
+ *
47
+ * @generated from field: string currency_code = 3;
48
+ */
49
+ currencyCode: string;
50
+
51
+ /**
52
+ * An instrument to use as the price proxy
53
+ * Format: instruments/{instrument}
54
+ *
55
+ * @generated from field: string price_proxy = 4;
56
+ */
57
+ priceProxy: string;
58
+
59
+ /**
60
+ * An instrument to use as the total return proxy
61
+ * Format: instruments/{instrument}
62
+ *
63
+ * @generated from field: string total_return_proxy = 5;
64
+ */
65
+ totalReturnProxy: string;
66
+
67
+ /**
68
+ * A branch to use for lookthroughs
69
+ * Format portfolios/{portfolio}/branches/{branch}
70
+ *
71
+ * Deprecated: Use lookthrough_config instead
72
+ *
73
+ * @generated from field: string lookthrough_mapping = 6 [deprecated = true];
74
+ * @deprecated
75
+ */
76
+ lookthroughMapping: string;
77
+
78
+ /**
79
+ * Instrument that this instrument should be aggregated to
80
+ * If this is set, the position's weight_close and quantity_close
81
+ * will be aggregated to the supplied instrument on days calculation
82
+ *
83
+ * Format instrument/{instrument}
84
+ *
85
+ * @generated from field: string aggregation_mapping = 7;
86
+ */
87
+ aggregationMapping: string;
88
+
89
+ /**
90
+ * Instrument display name
91
+ *
92
+ * @generated from field: string display_name = 8;
93
+ */
94
+ displayName: string;
95
+
96
+ /**
97
+ * Instrument's asset classification as defined by different asset/fund managers
98
+ *
99
+ * @generated from field: alis.open.px.v1.Instrument.AssetClassification asset_classification = 9 [deprecated = true];
100
+ * @deprecated
101
+ */
102
+ assetClassification?: Instrument_AssetClassification;
103
+
104
+ /**
105
+ * The instrument's lookthrough configuration
106
+ * The instrument is considered to have a valid lookthrough mapping
107
+ * if either the default_map or the branch_level_maps are set.
108
+ * If both are set, the default_map will only be used for branches not specified in the branch_level_maps.
109
+ *
110
+ * @generated from field: alis.open.px.v1.Instrument.LookthroughConfig lookthrough_config = 10;
111
+ */
112
+ lookthroughConfig?: Instrument_LookthroughConfig;
113
+
114
+ /**
115
+ * The instrument is a cash placeholder
116
+ * Cash placeholders are used to represent cash and cash equivalents in a portfolio.
117
+ * When this is set to true, PX will maintain it's price at 1.0 and will calculate it's
118
+ * price return as the change in FX rate to the portfolio's base currency.
119
+ *
120
+ * @generated from field: bool is_cash_placeholder = 11;
121
+ */
122
+ isCashPlaceholder: boolean;
123
+
124
+ /**
125
+ * The instrument's state
126
+ *
127
+ * @generated from field: alis.open.px.v1.Instrument.State state = 12;
128
+ */
129
+ state: Instrument_State;
130
+
131
+ /**
132
+ * Metadata about the points data for the instrument
133
+ * This is used to determine which points data to sync for the instrument.
134
+ * This is typically only set if a new instrument came into the universe and we need to sync full history points data for it.
135
+ * If this is empty/nil, the points sync service will determine the start and end dates to sync.
136
+ *
137
+ * The metadata is cleared once the points data has been synced.
138
+ *
139
+ * Key is the string representation of the `Source` enum from which the points data is synced
140
+ * Example: DATASTREAM, BLOOMBERG, REZCO_FA, JSE_BONDS
141
+ * - In Golang:
142
+ * source := pb.Source_DATASTREAM.String()
143
+ *
144
+ *
145
+ * @generated from field: map<string, alis.open.px.v1.Instrument.PointsMetadata> points_meta = 13 [deprecated = true];
146
+ * @deprecated
147
+ */
148
+ pointsMeta: { [key: string]: Instrument_PointsMetadata };
149
+
150
+ /**
151
+ * This field is deprecated
152
+ *
153
+ * Metadata about the branches where the instrument is active
154
+ * This is typically only set if a new instrument came into the universe and we need to sync full history points data for it
155
+ * and refresh the days for the branches where it is active.
156
+ * The sync service will refresh days for these branches once points data is synced.
157
+ * If this is empty/nil, no branches will be refreshed.
158
+ *
159
+ * The metadata is cleared once the branches are refreshed.
160
+ *
161
+ * Key is the fully qualified branch name(portfolios/{portfolio}/branches/{branch}), value is the metadata for that branch.
162
+ *
163
+ * @generated from field: map<string, alis.open.px.v1.Instrument.BranchMetadata> branches_meta = 14 [deprecated = true];
164
+ * @deprecated
165
+ */
166
+ branchesMeta: { [key: string]: Instrument_BranchMetadata };
167
+
168
+ /**
169
+ * Metadata about the sources from which the instrument has been synced
170
+ *
171
+ * @generated from field: repeated alis.open.px.v1.Source synced_sources = 15;
172
+ */
173
+ syncedSources: Source[];
174
+
175
+ /**
176
+ * PX Branch that the instrument is mapped to
177
+ * Format: portfolios/{portfolio}/branches/{branch}
178
+ * Example: portfolios/123/branches/456
179
+ *
180
+ * Once an instrument is mapped to a PX branch, it cannot be changed.
181
+ *
182
+ * @generated from field: string px_branch = 16;
183
+ */
184
+ pxBranch: string;
185
+
186
+ /**
187
+ * Preferred source priority override.
188
+ * If this is set, the specified priority will be used when fetching points data for the instrument.
189
+ * If not specified, the default PX priority will be used.
190
+ * Not implemented yet.
191
+ *
192
+ * @generated from field: repeated alis.open.px.v1.Source preferred_source_priority = 17;
193
+ */
194
+ preferredSourcePriority: Source[];
195
+
196
+ /**
197
+ * Config for syncing points data from different sources
198
+ * Determines which sources to sync points data from and how to sync it.
199
+ *
200
+ * If this is not set, the points sync service will use the default config.
201
+ *
202
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig points_sync_config = 18;
203
+ */
204
+ pointsSyncConfig?: Instrument_PointsSyncConfig;
205
+
206
+ /**
207
+ * Health check config, specifies how to run health checks for the instrument
208
+ *
209
+ * @generated from field: alis.open.px.v1.Instrument.HealthCheckConfig health_check_config = 19;
210
+ */
211
+ healthCheckConfig?: Instrument_HealthCheckConfig;
212
+
213
+ /**
214
+ * Instrument Health state
215
+ *
216
+ * @generated from field: alis.open.px.v1.InstrumentHealthState health_state = 20;
217
+ */
218
+ healthState?: InstrumentHealthState;
219
+
220
+ /**
221
+ * Unique Entity Tag(ETag) used for optimistic concurrency control as a way to help prevent simultaneous updates from overwriting each other.
222
+ *
223
+ * @generated from field: string e_tag = 97;
224
+ */
225
+ eTag: string;
226
+
227
+ /**
228
+ * Time the Instrument was last updated
229
+ *
230
+ * @generated from field: google.protobuf.Timestamp update_time = 98;
231
+ */
232
+ updateTime?: Timestamp;
233
+ };
234
+
235
+ /**
236
+ * Describes the message alis.open.px.v1.Instrument.
237
+ * Use `create(InstrumentSchema)` to create a new message.
238
+ */
239
+ export declare const InstrumentSchema: GenMessage<Instrument>;
240
+
241
+ /**
242
+ * Asset classification
243
+ *
244
+ * @generated from message alis.open.px.v1.Instrument.AssetClassification
245
+ */
246
+ export declare type Instrument_AssetClassification = Message<"alis.open.px.v1.Instrument.AssetClassification"> & {
247
+ /**
248
+ * State street specific asset classification
249
+ *
250
+ * @generated from field: alis.open.px.v1.Instrument.AssetClassification.StateStreet state_street = 1;
251
+ */
252
+ stateStreet?: Instrument_AssetClassification_StateStreet;
253
+
254
+ /**
255
+ * JTC specific asset classification
256
+ *
257
+ * @generated from field: alis.open.px.v1.Instrument.AssetClassification.JTC jtc = 2;
258
+ */
259
+ jtc?: Instrument_AssetClassification_JTC;
260
+ };
261
+
262
+ /**
263
+ * Describes the message alis.open.px.v1.Instrument.AssetClassification.
264
+ * Use `create(Instrument_AssetClassificationSchema)` to create a new message.
265
+ */
266
+ export declare const Instrument_AssetClassificationSchema: GenMessage<Instrument_AssetClassification>;
267
+
268
+ /**
269
+ * State street specific asset classification
270
+ *
271
+ * @generated from message alis.open.px.v1.Instrument.AssetClassification.StateStreet
272
+ */
273
+ export declare type Instrument_AssetClassification_StateStreet = Message<"alis.open.px.v1.Instrument.AssetClassification.StateStreet"> & {
274
+ /**
275
+ * The instrument's asset category as defined by State Street
276
+ *
277
+ * @generated from field: alis.open.px.v1.Instrument.AssetClassification.StateStreet.AssetCategory asset_category = 1;
278
+ */
279
+ assetCategory: Instrument_AssetClassification_StateStreet_AssetCategory;
280
+ };
281
+
282
+ /**
283
+ * Describes the message alis.open.px.v1.Instrument.AssetClassification.StateStreet.
284
+ * Use `create(Instrument_AssetClassification_StateStreetSchema)` to create a new message.
285
+ */
286
+ export declare const Instrument_AssetClassification_StateStreetSchema: GenMessage<Instrument_AssetClassification_StateStreet>;
287
+
288
+ /**
289
+ * State Street Asset categories
290
+ *
291
+ * @generated from enum alis.open.px.v1.Instrument.AssetClassification.StateStreet.AssetCategory
292
+ */
293
+ export enum Instrument_AssetClassification_StateStreet_AssetCategory {
294
+ /**
295
+ * Category unspecified
296
+ *
297
+ * @generated from enum value: ASSET_CATEGORY_UNSPECIFIED = 0;
298
+ */
299
+ ASSET_CATEGORY_UNSPECIFIED = 0,
300
+
301
+ /**
302
+ * Cash
303
+ *
304
+ * @generated from enum value: CASH = 1;
305
+ */
306
+ CASH = 1,
307
+
308
+ /**
309
+ * Options
310
+ *
311
+ * @generated from enum value: OPTIONS = 2;
312
+ */
313
+ OPTIONS = 2,
314
+
315
+ /**
316
+ * Asset
317
+ *
318
+ * @generated from enum value: ASSET = 3;
319
+ */
320
+ ASSET = 3,
321
+
322
+ /**
323
+ * Cash Equivalent
324
+ *
325
+ * @generated from enum value: CASH_EQUIVALENT = 4;
326
+ */
327
+ CASH_EQUIVALENT = 4,
328
+
329
+ /**
330
+ * Equity
331
+ *
332
+ * @generated from enum value: EQUITY = 5;
333
+ */
334
+ EQUITY = 5,
335
+
336
+ /**
337
+ * Fixed Income
338
+ *
339
+ * @generated from enum value: FIXED_INCOME = 6;
340
+ */
341
+ FIXED_INCOME = 6,
342
+
343
+ /**
344
+ * Liabilities
345
+ *
346
+ * @generated from enum value: LIABILITIES = 7;
347
+ */
348
+ LIABILITIES = 7,
349
+
350
+ /**
351
+ * Future
352
+ *
353
+ * @generated from enum value: FUTURE = 8;
354
+ */
355
+ FUTURE = 8,
356
+
357
+ /**
358
+ * Foreign Exchange
359
+ *
360
+ * @generated from enum value: FOREIGN_EXCHANGE = 9;
361
+ */
362
+ FOREIGN_EXCHANGE = 9,
363
+ }
364
+
365
+ /**
366
+ * Describes the enum alis.open.px.v1.Instrument.AssetClassification.StateStreet.AssetCategory.
367
+ */
368
+ export declare const Instrument_AssetClassification_StateStreet_AssetCategorySchema: GenEnum<Instrument_AssetClassification_StateStreet_AssetCategory>;
369
+
370
+ /**
371
+ * JTC specific asset classification
372
+ *
373
+ * @generated from message alis.open.px.v1.Instrument.AssetClassification.JTC
374
+ */
375
+ export declare type Instrument_AssetClassification_JTC = Message<"alis.open.px.v1.Instrument.AssetClassification.JTC"> & {
376
+ /**
377
+ * The instrument's asset group as defined by JTC
378
+ *
379
+ * @generated from field: alis.open.px.v1.Instrument.AssetClassification.JTC.AssetGroup asset_group = 2;
380
+ */
381
+ assetGroup: Instrument_AssetClassification_JTC_AssetGroup;
382
+ };
383
+
384
+ /**
385
+ * Describes the message alis.open.px.v1.Instrument.AssetClassification.JTC.
386
+ * Use `create(Instrument_AssetClassification_JTCSchema)` to create a new message.
387
+ */
388
+ export declare const Instrument_AssetClassification_JTCSchema: GenMessage<Instrument_AssetClassification_JTC>;
389
+
390
+ /**
391
+ * JTC Asset groups
392
+ *
393
+ * @generated from enum alis.open.px.v1.Instrument.AssetClassification.JTC.AssetGroup
394
+ */
395
+ export enum Instrument_AssetClassification_JTC_AssetGroup {
396
+ /**
397
+ * Asset group unspecified
398
+ *
399
+ * @generated from enum value: ASSET_GROUP_UNSPECIFIED = 0;
400
+ */
401
+ ASSET_GROUP_UNSPECIFIED = 0,
402
+
403
+ /**
404
+ * Auction Rate Preferred Stock
405
+ *
406
+ * @generated from enum value: AP = 1;
407
+ */
408
+ AP = 1,
409
+
410
+ /**
411
+ * Corporate Bond
412
+ *
413
+ * @generated from enum value: B = 2;
414
+ */
415
+ B = 2,
416
+
417
+ /**
418
+ * Bankers Acceptance
419
+ *
420
+ * @generated from enum value: BA = 3;
421
+ */
422
+ BA = 3,
423
+
424
+ /**
425
+ * Benchmark
426
+ *
427
+ * @generated from enum value: BR = 4;
428
+ */
429
+ BR = 4,
430
+
431
+ /**
432
+ * Cash
433
+ *
434
+ * @generated from enum value: CA = 5;
435
+ */
436
+ CA = 5,
437
+
438
+ /**
439
+ * Convertible Bond
440
+ *
441
+ * @generated from enum value: CB = 6;
442
+ */
443
+ CB = 6,
444
+
445
+ /**
446
+ * Currency Contract
447
+ *
448
+ * @generated from enum value: CC = 7;
449
+ */
450
+ CC = 7,
451
+
452
+ /**
453
+ * Certificate of Deposit
454
+ *
455
+ * @generated from enum value: CD = 8;
456
+ */
457
+ CD = 8,
458
+
459
+ /**
460
+ * Capital Fixed Expense
461
+ *
462
+ * @generated from enum value: CF = 9;
463
+ */
464
+ CF = 9,
465
+
466
+ /**
467
+ * Contract for Difference (Don't use)
468
+ *
469
+ * @generated from enum value: CFD = 10;
470
+ */
471
+ CFD = 10,
472
+
473
+ /**
474
+ * Capital Assets
475
+ *
476
+ * @generated from enum value: CL = 11;
477
+ */
478
+ CL = 11,
479
+
480
+ /**
481
+ * Capital Management Expense
482
+ *
483
+ * @generated from enum value: CM = 12;
484
+ */
485
+ CM = 12,
486
+
487
+ /**
488
+ * Commercial Paper
489
+ *
490
+ * @generated from enum value: CP = 13;
491
+ */
492
+ CP = 13,
493
+
494
+ /**
495
+ * Currency Swaps (Old)
496
+ *
497
+ * @generated from enum value: CS = 14;
498
+ */
499
+ CS = 14,
500
+
501
+ /**
502
+ * Non-Scheduled Capital Fixed Expense
503
+ *
504
+ * @generated from enum value: CT = 15;
505
+ */
506
+ CT = 15,
507
+
508
+ /**
509
+ * Currency Security
510
+ *
511
+ * @generated from enum value: CU = 16;
512
+ */
513
+ CU = 16,
514
+
515
+ /**
516
+ * Non-Scheduled Capital Mgmt Expense
517
+ *
518
+ * @generated from enum value: CV = 17;
519
+ */
520
+ CV = 17,
521
+
522
+ /**
523
+ * Currency Swaps (New)
524
+ *
525
+ * @generated from enum value: CW = 18;
526
+ */
527
+ CW = 18,
528
+
529
+ /**
530
+ * Digital Asset
531
+ *
532
+ * @generated from enum value: DA = 19;
533
+ */
534
+ DA = 19,
535
+
536
+ /**
537
+ * Deep Discounted Bond
538
+ *
539
+ * @generated from enum value: DD = 20;
540
+ */
541
+ DD = 20,
542
+
543
+ /**
544
+ * Deferred Expense
545
+ *
546
+ * @generated from enum value: DE = 21;
547
+ */
548
+ DE = 21,
549
+
550
+ /**
551
+ * Demand Note
552
+ *
553
+ * @generated from enum value: DN = 22;
554
+ */
555
+ DN = 22,
556
+
557
+ /**
558
+ * Credit Default Swap
559
+ *
560
+ * @generated from enum value: DW = 23;
561
+ */
562
+ DW = 23,
563
+
564
+ /**
565
+ * Euro Dollar
566
+ *
567
+ * @generated from enum value: ED = 24;
568
+ */
569
+ ED = 24,
570
+
571
+ /**
572
+ * Complex Derivative
573
+ *
574
+ * @generated from enum value: EI = 25;
575
+ */
576
+ EI = 25,
577
+
578
+ /**
579
+ * Complex Portfolio
580
+ *
581
+ * @generated from enum value: EP = 26;
582
+ */
583
+ EP = 26,
584
+
585
+ /**
586
+ * Equalisation
587
+ *
588
+ * @generated from enum value: EQU = 27;
589
+ */
590
+ EQU = 27,
591
+
592
+ /**
593
+ * Future (Old)
594
+ *
595
+ * @generated from enum value: F = 28;
596
+ */
597
+ F = 28,
598
+
599
+ /**
600
+ * Foreign Bond
601
+ *
602
+ * @generated from enum value: FB = 29;
603
+ */
604
+ FB = 29,
605
+
606
+ /**
607
+ * Forward Exchange Contract - Short
608
+ *
609
+ * @generated from enum value: FC = 30;
610
+ */
611
+ FC = 30,
612
+
613
+ /**
614
+ * Fixed Expense
615
+ *
616
+ * @generated from enum value: FE = 31;
617
+ */
618
+ FE = 31,
619
+
620
+ /**
621
+ * FHLMC
622
+ *
623
+ * @generated from enum value: FH = 32;
624
+ */
625
+ FH = 32,
626
+
627
+ /**
628
+ * Forward Exchange Contract - Long
629
+ *
630
+ * @generated from enum value: FL = 33;
631
+ */
632
+ FL = 33,
633
+
634
+ /**
635
+ * FNMA
636
+ *
637
+ * @generated from enum value: FM = 34;
638
+ */
639
+ FM = 34,
640
+
641
+ /**
642
+ * Foreign Stock
643
+ *
644
+ * @generated from enum value: FS = 35;
645
+ */
646
+ FS = 35,
647
+
648
+ /**
649
+ * Future (New)
650
+ *
651
+ * @generated from enum value: FT = 36;
652
+ */
653
+ FT = 36,
654
+
655
+ /**
656
+ * Government Bond
657
+ *
658
+ * @generated from enum value: G = 37;
659
+ */
660
+ G = 37,
661
+
662
+ /**
663
+ * GNMA1
664
+ *
665
+ * @generated from enum value: G1 = 38;
666
+ */
667
+ G1 = 38,
668
+
669
+ /**
670
+ * GNMA2
671
+ *
672
+ * @generated from enum value: G2 = 39;
673
+ */
674
+ G2 = 39,
675
+
676
+ /**
677
+ * Gilt Bond
678
+ *
679
+ * @generated from enum value: GI = 40;
680
+ */
681
+ GI = 40,
682
+
683
+ /**
684
+ * Index
685
+ *
686
+ * @generated from enum value: I = 41;
687
+ */
688
+ I = 41,
689
+
690
+ /**
691
+ * Installment Bond
692
+ *
693
+ * @generated from enum value: IB = 42;
694
+ */
695
+ IB = 42,
696
+
697
+ /**
698
+ * Investment Contract
699
+ *
700
+ * @generated from enum value: IC = 43;
701
+ */
702
+ IC = 43,
703
+
704
+ /**
705
+ * IO-ETTE Bond
706
+ *
707
+ * @generated from enum value: IE = 44;
708
+ */
709
+ IE = 44,
710
+
711
+ /**
712
+ * Inflation Indexed
713
+ *
714
+ * @generated from enum value: II = 45;
715
+ */
716
+ II = 45,
717
+
718
+ /**
719
+ * Interest Only Bond
720
+ *
721
+ * @generated from enum value: IO = 46;
722
+ */
723
+ IO = 46,
724
+
725
+ /**
726
+ * Installment Receipt
727
+ *
728
+ * @generated from enum value: IR = 47;
729
+ */
730
+ IR = 47,
731
+
732
+ /**
733
+ * Interest Rate Swaps (Old)
734
+ *
735
+ * @generated from enum value: IS = 48;
736
+ */
737
+ IS = 48,
738
+
739
+ /**
740
+ * Non-Scheduled Fixed Expense
741
+ *
742
+ * @generated from enum value: IT = 49;
743
+ */
744
+ IT = 49,
745
+
746
+ /**
747
+ * Non-Scheduled Management Expense
748
+ *
749
+ * @generated from enum value: IV = 50;
750
+ */
751
+ IV = 50,
752
+
753
+ /**
754
+ * Interest Rate Swaps (New)
755
+ *
756
+ * @generated from enum value: IW = 51;
757
+ */
758
+ IW = 51,
759
+
760
+ /**
761
+ * Junior Note
762
+ *
763
+ * @generated from enum value: JN = 52;
764
+ */
765
+ JN = 52,
766
+
767
+ /**
768
+ * Loan
769
+ *
770
+ * @generated from enum value: LOA = 53;
771
+ */
772
+ LOA = 53,
773
+
774
+ /**
775
+ * Limited Partnership
776
+ *
777
+ * @generated from enum value: LPS = 54;
778
+ */
779
+ LPS = 54,
780
+
781
+ /**
782
+ * Municipal Bond
783
+ *
784
+ * @generated from enum value: M = 55;
785
+ */
786
+ M = 55,
787
+
788
+ /**
789
+ * Miscellaneous Asset
790
+ *
791
+ * @generated from enum value: MA = 56;
792
+ */
793
+ MA = 56,
794
+
795
+ /**
796
+ * Mutual Bond Fund
797
+ *
798
+ * @generated from enum value: MB = 57;
799
+ */
800
+ MB = 57,
801
+
802
+ /**
803
+ * Margin Deposits
804
+ *
805
+ * @generated from enum value: MD = 58;
806
+ */
807
+ MD = 58,
808
+
809
+ /**
810
+ * Management Fee
811
+ *
812
+ * @generated from enum value: ME = 59;
813
+ */
814
+ ME = 59,
815
+
816
+ /**
817
+ * Mutual Fund
818
+ *
819
+ * @generated from enum value: MF = 60;
820
+ */
821
+ MF = 60,
822
+
823
+ /**
824
+ * Money Market
825
+ *
826
+ * @generated from enum value: MM = 61;
827
+ */
828
+ MM = 61,
829
+
830
+ /**
831
+ * Master Notes
832
+ *
833
+ * @generated from enum value: MN = 62;
834
+ */
835
+ MN = 62,
836
+
837
+ /**
838
+ * Mortgage Related
839
+ *
840
+ * @generated from enum value: MR = 63;
841
+ */
842
+ MR = 63,
843
+
844
+ /**
845
+ * Master Portfolio
846
+ *
847
+ * @generated from enum value: MS = 64;
848
+ */
849
+ MS = 64,
850
+
851
+ /**
852
+ * Option
853
+ *
854
+ * @generated from enum value: O = 65;
855
+ */
856
+ O = 65,
857
+
858
+ /**
859
+ * Other Expense
860
+ *
861
+ * @generated from enum value: OE = 66;
862
+ */
863
+ OE = 66,
864
+
865
+ /**
866
+ * Preferred Stock
867
+ *
868
+ * @generated from enum value: P = 67;
869
+ */
870
+ P = 67,
871
+
872
+ /**
873
+ * Investment Pools
874
+ *
875
+ * @generated from enum value: PL = 68;
876
+ */
877
+ PL = 68,
878
+
879
+ /**
880
+ * Principal Only Bond
881
+ *
882
+ * @generated from enum value: PO = 69;
883
+ */
884
+ PO = 69,
885
+
886
+ /**
887
+ * Property
888
+ *
889
+ * @generated from enum value: PRO = 70;
890
+ */
891
+ PRO = 70,
892
+
893
+ /**
894
+ * Right
895
+ *
896
+ * @generated from enum value: R = 71;
897
+ */
898
+ R = 71,
899
+
900
+ /**
901
+ * REMIC
902
+ *
903
+ * @generated from enum value: RE = 72;
904
+ */
905
+ RE = 72,
906
+
907
+ /**
908
+ * Revolving Loan
909
+ *
910
+ * @generated from enum value: RL = 73;
911
+ */
912
+ RL = 73,
913
+
914
+ /**
915
+ * Repurchase Agreement
916
+ *
917
+ * @generated from enum value: RP = 74;
918
+ */
919
+ RP = 74,
920
+
921
+ /**
922
+ * Reverse Repo
923
+ *
924
+ * @generated from enum value: RR = 75;
925
+ */
926
+ RR = 75,
927
+
928
+ /**
929
+ * Common Stock
930
+ *
931
+ * @generated from enum value: S = 76;
932
+ */
933
+ S = 76,
934
+
935
+ /**
936
+ * Stepped Bond
937
+ *
938
+ * @generated from enum value: SB = 77;
939
+ */
940
+ SB = 77,
941
+
942
+ /**
943
+ * Stepped Municipal Bond
944
+ *
945
+ * @generated from enum value: SM = 78;
946
+ */
947
+ SM = 78,
948
+
949
+ /**
950
+ * Senior Note
951
+ *
952
+ * @generated from enum value: SN = 79;
953
+ */
954
+ SN = 79,
955
+
956
+ /**
957
+ * Time Deposit
958
+ *
959
+ * @generated from enum value: TD = 80;
960
+ */
961
+ TD = 80,
962
+
963
+ /**
964
+ * Treasury Bill
965
+ *
966
+ * @generated from enum value: TI = 81;
967
+ */
968
+ TI = 81,
969
+
970
+ /**
971
+ * Inflation Linked Bond (TIPS)
972
+ *
973
+ * @generated from enum value: TIP = 82;
974
+ */
975
+ TIP = 82,
976
+
977
+ /**
978
+ * Term Loan
979
+ *
980
+ * @generated from enum value: TL = 83;
981
+ */
982
+ TL = 83,
983
+
984
+ /**
985
+ * Treasury Note
986
+ *
987
+ * @generated from enum value: TN = 84;
988
+ */
989
+ TN = 84,
990
+
991
+ /**
992
+ * Treasury Bond
993
+ *
994
+ * @generated from enum value: TO = 85;
995
+ */
996
+ TO = 85,
997
+
998
+ /**
999
+ * Total Return Swaps
1000
+ *
1001
+ * @generated from enum value: TW = 86;
1002
+ */
1003
+ TW = 86,
1004
+
1005
+ /**
1006
+ * Units
1007
+ *
1008
+ * @generated from enum value: UN = 87;
1009
+ */
1010
+ UN = 87,
1011
+
1012
+ /**
1013
+ * Warrant
1014
+ *
1015
+ * @generated from enum value: W = 88;
1016
+ */
1017
+ W = 88,
1018
+
1019
+ /**
1020
+ * Waiver, Reimbursement, Recoupment Expense
1021
+ *
1022
+ * @generated from enum value: WE = 89;
1023
+ */
1024
+ WE = 89,
1025
+
1026
+ /**
1027
+ * Other Security
1028
+ *
1029
+ * @generated from enum value: XX = 90;
1030
+ */
1031
+ XX = 90,
1032
+
1033
+ /**
1034
+ * Yankee Dollar
1035
+ *
1036
+ * @generated from enum value: YD = 91;
1037
+ */
1038
+ YD = 91,
1039
+ }
1040
+
1041
+ /**
1042
+ * Describes the enum alis.open.px.v1.Instrument.AssetClassification.JTC.AssetGroup.
1043
+ */
1044
+ export declare const Instrument_AssetClassification_JTC_AssetGroupSchema: GenEnum<Instrument_AssetClassification_JTC_AssetGroup>;
1045
+
1046
+ /**
1047
+ * The instrument's lookthrough configuration
1048
+ *
1049
+ * @generated from message alis.open.px.v1.Instrument.LookthroughConfig
1050
+ */
1051
+ export declare type Instrument_LookthroughConfig = Message<"alis.open.px.v1.Instrument.LookthroughConfig"> & {
1052
+ /**
1053
+ * A branch to use for deployment level look-through
1054
+ * Format portfolios/{portfolio}/branches/{branch}
1055
+ *
1056
+ * @generated from field: string default_map = 1;
1057
+ */
1058
+ defaultMap: string;
1059
+
1060
+ /**
1061
+ * Look-through mapping overrides for specific branches
1062
+ * Format Map(key=portfolios/{portfolio}/branches/{branch}, value=portfolios/{portfolio}/branches/{branch})
1063
+ *
1064
+ * If this is not set, the default_map will be used for all branches
1065
+ * If both this and the default_map are set, the default_map will only be used for branches not specified in this map
1066
+ *
1067
+ * @generated from field: map<string, string> branch_level_maps = 2;
1068
+ */
1069
+ branchLevelMaps: { [key: string]: string };
1070
+ };
1071
+
1072
+ /**
1073
+ * Describes the message alis.open.px.v1.Instrument.LookthroughConfig.
1074
+ * Use `create(Instrument_LookthroughConfigSchema)` to create a new message.
1075
+ */
1076
+ export declare const Instrument_LookthroughConfigSchema: GenMessage<Instrument_LookthroughConfig>;
1077
+
1078
+ /**
1079
+ * Metadata about a branch where the instrument is active
1080
+ *
1081
+ * @generated from message alis.open.px.v1.Instrument.BranchMetadata
1082
+ */
1083
+ export declare type Instrument_BranchMetadata = Message<"alis.open.px.v1.Instrument.BranchMetadata"> & {
1084
+ /**
1085
+ * The date the instrument first became active in the branch
1086
+ * If this is not set, the start date is determined by the days service.
1087
+ *
1088
+ * @generated from field: google.type.Date start_date = 1;
1089
+ */
1090
+ startDate?: Date;
1091
+
1092
+ /**
1093
+ * The date the instrument last became active in the branch
1094
+ * If this is not set, the end date is determined by the days service.
1095
+ *
1096
+ * @generated from field: google.type.Date end_date = 2;
1097
+ */
1098
+ endDate?: Date;
1099
+ };
1100
+
1101
+ /**
1102
+ * Describes the message alis.open.px.v1.Instrument.BranchMetadata.
1103
+ * Use `create(Instrument_BranchMetadataSchema)` to create a new message.
1104
+ */
1105
+ export declare const Instrument_BranchMetadataSchema: GenMessage<Instrument_BranchMetadata>;
1106
+
1107
+ /**
1108
+ * Points sync config
1109
+ *
1110
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig
1111
+ */
1112
+ export declare type Instrument_PointsSyncConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig"> & {
1113
+ /**
1114
+ * Points sync config for Datastream
1115
+ *
1116
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig.DatastreamConfig datastream_config = 1;
1117
+ */
1118
+ datastreamConfig?: Instrument_PointsSyncConfig_DatastreamConfig;
1119
+
1120
+ /**
1121
+ * Points sync config for Bloomberg
1122
+ *
1123
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig.BloombergConfig bloomberg_config = 2;
1124
+ */
1125
+ bloombergConfig?: Instrument_PointsSyncConfig_BloombergConfig;
1126
+
1127
+ /**
1128
+ * Points sync config for Alis PX
1129
+ *
1130
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig.AlisPxConfig alis_px_config = 3;
1131
+ */
1132
+ alisPxConfig?: Instrument_PointsSyncConfig_AlisPxConfig;
1133
+
1134
+ /**
1135
+ * Points sync config for JSE
1136
+ *
1137
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig.JseConfig jse_config = 4;
1138
+ */
1139
+ jseConfig?: Instrument_PointsSyncConfig_JseConfig;
1140
+
1141
+ /**
1142
+ * Points sync config for Rezco Fund Accounting
1143
+ *
1144
+ * @generated from field: alis.open.px.v1.Instrument.PointsSyncConfig.RezcoFaConfig rezco_fa_config = 5;
1145
+ */
1146
+ rezcoFaConfig?: Instrument_PointsSyncConfig_RezcoFaConfig;
1147
+ };
1148
+
1149
+ /**
1150
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.
1151
+ * Use `create(Instrument_PointsSyncConfigSchema)` to create a new message.
1152
+ */
1153
+ export declare const Instrument_PointsSyncConfigSchema: GenMessage<Instrument_PointsSyncConfig>;
1154
+
1155
+ /**
1156
+ * Points sync config for Datastream
1157
+ *
1158
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig.DatastreamConfig
1159
+ */
1160
+ export declare type Instrument_PointsSyncConfig_DatastreamConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig.DatastreamConfig"> & {
1161
+ /**
1162
+ * Sync enabled
1163
+ *
1164
+ * @generated from field: bool enabled = 1;
1165
+ */
1166
+ enabled: boolean;
1167
+
1168
+ /**
1169
+ * Metadata used when syncing points data
1170
+ *
1171
+ * @generated from field: alis.open.px.v1.Instrument.PointsMetadata points_meta = 9;
1172
+ */
1173
+ pointsMeta?: Instrument_PointsMetadata;
1174
+ };
1175
+
1176
+ /**
1177
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.DatastreamConfig.
1178
+ * Use `create(Instrument_PointsSyncConfig_DatastreamConfigSchema)` to create a new message.
1179
+ */
1180
+ export declare const Instrument_PointsSyncConfig_DatastreamConfigSchema: GenMessage<Instrument_PointsSyncConfig_DatastreamConfig>;
1181
+
1182
+ /**
1183
+ * Points sync config for Bloomberg
1184
+ *
1185
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig.BloombergConfig
1186
+ */
1187
+ export declare type Instrument_PointsSyncConfig_BloombergConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig.BloombergConfig"> & {
1188
+ /**
1189
+ * Sync enabled
1190
+ *
1191
+ * @generated from field: bool enabled = 1;
1192
+ */
1193
+ enabled: boolean;
1194
+
1195
+ /**
1196
+ * The time after which the instrument should be synchronised.
1197
+ * This enables users to specify that the instrument should be synchronised
1198
+ * after a particular time of day, for example the time at which Bloomberg publishes
1199
+ * the pricing data.
1200
+ *
1201
+ * The instrument will be synchronised at the next scheduled synchronisation
1202
+ * after the specified time of day.
1203
+ *
1204
+ * Depending on the schedule of the synchronisation, the instrument may be
1205
+ * up to 12 hours after the specified time of day.
1206
+ *
1207
+ * By default, the instrument will be synchronised at the earliest
1208
+ * daily synchronisation.
1209
+ *
1210
+ * @generated from field: google.type.TimeOfDay sync_activation_time = 2;
1211
+ */
1212
+ syncActivationTime?: TimeOfDay;
1213
+
1214
+ /**
1215
+ * Metadata used when syncing points data
1216
+ *
1217
+ * @generated from field: alis.open.px.v1.Instrument.PointsMetadata points_meta = 9;
1218
+ */
1219
+ pointsMeta?: Instrument_PointsMetadata;
1220
+ };
1221
+
1222
+ /**
1223
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.BloombergConfig.
1224
+ * Use `create(Instrument_PointsSyncConfig_BloombergConfigSchema)` to create a new message.
1225
+ */
1226
+ export declare const Instrument_PointsSyncConfig_BloombergConfigSchema: GenMessage<Instrument_PointsSyncConfig_BloombergConfig>;
1227
+
1228
+ /**
1229
+ * Points sync config for Alis PX
1230
+ *
1231
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig.AlisPxConfig
1232
+ */
1233
+ export declare type Instrument_PointsSyncConfig_AlisPxConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig.AlisPxConfig"> & {
1234
+ /**
1235
+ * Sync enabled
1236
+ *
1237
+ * @generated from field: bool enabled = 1;
1238
+ */
1239
+ enabled: boolean;
1240
+
1241
+ /**
1242
+ * Metadata used when syncing points data
1243
+ *
1244
+ * @generated from field: alis.open.px.v1.Instrument.PointsMetadata points_meta = 9;
1245
+ */
1246
+ pointsMeta?: Instrument_PointsMetadata;
1247
+ };
1248
+
1249
+ /**
1250
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.AlisPxConfig.
1251
+ * Use `create(Instrument_PointsSyncConfig_AlisPxConfigSchema)` to create a new message.
1252
+ */
1253
+ export declare const Instrument_PointsSyncConfig_AlisPxConfigSchema: GenMessage<Instrument_PointsSyncConfig_AlisPxConfig>;
1254
+
1255
+ /**
1256
+ * Points sync config for JSE
1257
+ *
1258
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig.JseConfig
1259
+ */
1260
+ export declare type Instrument_PointsSyncConfig_JseConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig.JseConfig"> & {
1261
+ /**
1262
+ * Sync enabled
1263
+ *
1264
+ * @generated from field: bool enabled = 1;
1265
+ */
1266
+ enabled: boolean;
1267
+
1268
+ /**
1269
+ * Metadata used when syncing points data
1270
+ *
1271
+ * @generated from field: alis.open.px.v1.Instrument.PointsMetadata points_meta = 9;
1272
+ */
1273
+ pointsMeta?: Instrument_PointsMetadata;
1274
+ };
1275
+
1276
+ /**
1277
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.JseConfig.
1278
+ * Use `create(Instrument_PointsSyncConfig_JseConfigSchema)` to create a new message.
1279
+ */
1280
+ export declare const Instrument_PointsSyncConfig_JseConfigSchema: GenMessage<Instrument_PointsSyncConfig_JseConfig>;
1281
+
1282
+ /**
1283
+ * Points sync config for Rezco Fund Accounting
1284
+ *
1285
+ * @generated from message alis.open.px.v1.Instrument.PointsSyncConfig.RezcoFaConfig
1286
+ */
1287
+ export declare type Instrument_PointsSyncConfig_RezcoFaConfig = Message<"alis.open.px.v1.Instrument.PointsSyncConfig.RezcoFaConfig"> & {
1288
+ /**
1289
+ * Sync enabled
1290
+ *
1291
+ * @generated from field: bool enabled = 1;
1292
+ */
1293
+ enabled: boolean;
1294
+
1295
+ /**
1296
+ * Metadata used when syncing points data
1297
+ *
1298
+ * @generated from field: alis.open.px.v1.Instrument.PointsMetadata points_meta = 9;
1299
+ */
1300
+ pointsMeta?: Instrument_PointsMetadata;
1301
+ };
1302
+
1303
+ /**
1304
+ * Describes the message alis.open.px.v1.Instrument.PointsSyncConfig.RezcoFaConfig.
1305
+ * Use `create(Instrument_PointsSyncConfig_RezcoFaConfigSchema)` to create a new message.
1306
+ */
1307
+ export declare const Instrument_PointsSyncConfig_RezcoFaConfigSchema: GenMessage<Instrument_PointsSyncConfig_RezcoFaConfig>;
1308
+
1309
+ /**
1310
+ * Health check config, specifies how to run health checks for the instrument
1311
+ * - Which fields are important
1312
+ * - What frequency
1313
+ *
1314
+ * @generated from message alis.open.px.v1.Instrument.HealthCheckConfig
1315
+ */
1316
+ export declare type Instrument_HealthCheckConfig = Message<"alis.open.px.v1.Instrument.HealthCheckConfig"> & {
1317
+ /**
1318
+ * Points fields to exclude
1319
+ * If not specified or empty, all relevant points fields will be included
1320
+ *
1321
+ * @generated from field: repeated string excluded_points_fields = 1;
1322
+ */
1323
+ excludedPointsFields: string[];
1324
+
1325
+ /**
1326
+ * Fill forward max days
1327
+ * The maximum number of days allowed to fill forward points data
1328
+ * If not specified a default of 7 days is set as the maximum
1329
+ *
1330
+ * @generated from field: google.protobuf.UInt32Value max_fill_forward_days = 2;
1331
+ */
1332
+ maxFillForwardDays?: number;
1333
+
1334
+ /**
1335
+ * Include weekends when checking for filled forward points data
1336
+ * If not specified a default of false is set
1337
+ *
1338
+ * @generated from field: google.protobuf.BoolValue include_weekends = 3;
1339
+ */
1340
+ includeWeekends?: boolean;
1341
+ };
1342
+
1343
+ /**
1344
+ * Describes the message alis.open.px.v1.Instrument.HealthCheckConfig.
1345
+ * Use `create(Instrument_HealthCheckConfigSchema)` to create a new message.
1346
+ */
1347
+ export declare const Instrument_HealthCheckConfigSchema: GenMessage<Instrument_HealthCheckConfig>;
1348
+
1349
+ /**
1350
+ * Metadata about the points data for the instrument
1351
+ *
1352
+ * @generated from message alis.open.px.v1.Instrument.PointsMetadata
1353
+ */
1354
+ export declare type Instrument_PointsMetadata = Message<"alis.open.px.v1.Instrument.PointsMetadata"> & {
1355
+ /**
1356
+ * The date from which to sync points data
1357
+ * If this is not set, the start date is determined by the sync service.
1358
+ *
1359
+ * @generated from field: google.type.Date start_date = 1;
1360
+ */
1361
+ startDate?: Date;
1362
+
1363
+ /**
1364
+ * The date to which to sync points data
1365
+ * If this is not set, the end date is determined by the sync service.
1366
+ *
1367
+ * @generated from field: google.type.Date end_date = 2;
1368
+ */
1369
+ endDate?: Date;
1370
+ };
1371
+
1372
+ /**
1373
+ * Describes the message alis.open.px.v1.Instrument.PointsMetadata.
1374
+ * Use `create(Instrument_PointsMetadataSchema)` to create a new message.
1375
+ */
1376
+ export declare const Instrument_PointsMetadataSchema: GenMessage<Instrument_PointsMetadata>;
1377
+
1378
+ /**
1379
+ * The instrument's state
1380
+ *
1381
+ * @generated from enum alis.open.px.v1.Instrument.State
1382
+ */
1383
+ export enum Instrument_State {
1384
+ /**
1385
+ * The instrument's state is unspecified
1386
+ * This is the default value and will be used if the state is not set.
1387
+ *
1388
+ * @generated from enum value: STATE_UNSPECIFIED = 0;
1389
+ */
1390
+ STATE_UNSPECIFIED = 0,
1391
+
1392
+ /**
1393
+ * The instrument is active
1394
+ * This means that the instrument is held in one or more portfolios at a certain point in time.
1395
+ * These instruments should always have points data available for the period(s) they are active.
1396
+ *
1397
+ * @generated from enum value: ACTIVE = 1;
1398
+ */
1399
+ ACTIVE = 1,
1400
+ }
1401
+
1402
+ /**
1403
+ * Describes the enum alis.open.px.v1.Instrument.State.
1404
+ */
1405
+ export declare const Instrument_StateSchema: GenEnum<Instrument_State>;
1406
+
1407
+ /**
1408
+ * Instrument Health State
1409
+ *
1410
+ * @generated from message alis.open.px.v1.InstrumentHealthState
1411
+ */
1412
+ export declare type InstrumentHealthState = Message<"alis.open.px.v1.InstrumentHealthState"> & {
1413
+ /**
1414
+ * Resulting top level state of the health check
1415
+ *
1416
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1417
+ */
1418
+ result: InstrumentHealthState_HealthCheckResult;
1419
+
1420
+ /**
1421
+ * The reason the instrument is invalid
1422
+ *
1423
+ * @generated from field: string reason = 2;
1424
+ */
1425
+ reason: string;
1426
+
1427
+ /**
1428
+ * Notes on the invalid position
1429
+ * May contain additional information on why the position is invalid and how to resolve the issue
1430
+ *
1431
+ * @generated from field: string notes = 3;
1432
+ */
1433
+ notes: string;
1434
+
1435
+ /**
1436
+ * Reference data checks
1437
+ *
1438
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck reference_data_check = 21;
1439
+ */
1440
+ referenceDataCheck?: InstrumentHealthState_ReferenceDataCheck;
1441
+
1442
+ /**
1443
+ * Points coverage checks
1444
+ *
1445
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck points_coverage_check = 22;
1446
+ */
1447
+ pointsCoverageCheck?: InstrumentHealthState_PointsCoverageCheck;
1448
+
1449
+ /**
1450
+ * Points quality checks
1451
+ *
1452
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsQualityCheck points_quality_check = 23;
1453
+ */
1454
+ pointsQualityCheck?: InstrumentHealthState_PointsQualityCheck;
1455
+
1456
+ /**
1457
+ * Time the Instrument was last updated
1458
+ *
1459
+ * @generated from field: google.protobuf.Timestamp update_time = 98;
1460
+ */
1461
+ updateTime?: Timestamp;
1462
+ };
1463
+
1464
+ /**
1465
+ * Describes the message alis.open.px.v1.InstrumentHealthState.
1466
+ * Use `create(InstrumentHealthStateSchema)` to create a new message.
1467
+ */
1468
+ export declare const InstrumentHealthStateSchema: GenMessage<InstrumentHealthState>;
1469
+
1470
+ /**
1471
+ * Checks for an instrument's reference data (e.g. name, currency code, etc.)
1472
+ *
1473
+ * @generated from message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck
1474
+ */
1475
+ export declare type InstrumentHealthState_ReferenceDataCheck = Message<"alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck"> & {
1476
+ /**
1477
+ * Resulting top level state of the health check
1478
+ *
1479
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1480
+ */
1481
+ result: InstrumentHealthState_HealthCheckResult;
1482
+
1483
+ /**
1484
+ * The reason the instrument is invalid
1485
+ *
1486
+ * @generated from field: string reason = 2;
1487
+ */
1488
+ reason: string;
1489
+
1490
+ /**
1491
+ * Notes on the invalid position
1492
+ * May contain additional information on why the position is invalid and how to resolve the issue
1493
+ *
1494
+ * @generated from field: string notes = 3;
1495
+ */
1496
+ notes: string;
1497
+
1498
+ /**
1499
+ * Checks if the instrument exists in alis.IN
1500
+ *
1501
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.InstrumentExistsCheck instrument_exists = 21;
1502
+ */
1503
+ instrumentExists?: InstrumentHealthState_ReferenceDataCheck_InstrumentExistsCheck;
1504
+
1505
+ /**
1506
+ * Checks if the instrument's currency code is set and valid;
1507
+ *
1508
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.CurrencyCodeValidCheck currency_code_valid = 22;
1509
+ */
1510
+ currencyCodeValid?: InstrumentHealthState_ReferenceDataCheck_CurrencyCodeValidCheck;
1511
+
1512
+ /**
1513
+ * Checks if the instrument's points sync prerequisites are met for each source
1514
+ * This includes checking if the instrument has a valid dataset mapping for each source.
1515
+ * This is driven by the points sync config.
1516
+ *
1517
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck source_prerequisites = 23;
1518
+ */
1519
+ sourcePrerequisites?: InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck;
1520
+ };
1521
+
1522
+ /**
1523
+ * Describes the message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.
1524
+ * Use `create(InstrumentHealthState_ReferenceDataCheckSchema)` to create a new message.
1525
+ */
1526
+ export declare const InstrumentHealthState_ReferenceDataCheckSchema: GenMessage<InstrumentHealthState_ReferenceDataCheck>;
1527
+
1528
+ /**
1529
+ * Instrument exists check
1530
+ *
1531
+ * @generated from message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.InstrumentExistsCheck
1532
+ */
1533
+ export declare type InstrumentHealthState_ReferenceDataCheck_InstrumentExistsCheck = Message<"alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.InstrumentExistsCheck"> & {
1534
+ /**
1535
+ * Resulting top level state of the health check
1536
+ *
1537
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1538
+ */
1539
+ result: InstrumentHealthState_HealthCheckResult;
1540
+
1541
+ /**
1542
+ * The reason the instrument is invalid
1543
+ *
1544
+ * @generated from field: string reason = 2;
1545
+ */
1546
+ reason: string;
1547
+
1548
+ /**
1549
+ * Notes on the invalid position
1550
+ * May contain additional information on why the position is invalid and how to resolve the issue
1551
+ *
1552
+ * @generated from field: string notes = 3;
1553
+ */
1554
+ notes: string;
1555
+ };
1556
+
1557
+ /**
1558
+ * Describes the message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.InstrumentExistsCheck.
1559
+ * Use `create(InstrumentHealthState_ReferenceDataCheck_InstrumentExistsCheckSchema)` to create a new message.
1560
+ */
1561
+ export declare const InstrumentHealthState_ReferenceDataCheck_InstrumentExistsCheckSchema: GenMessage<InstrumentHealthState_ReferenceDataCheck_InstrumentExistsCheck>;
1562
+
1563
+ /**
1564
+ * Currency code valid check
1565
+ *
1566
+ * @generated from message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.CurrencyCodeValidCheck
1567
+ */
1568
+ export declare type InstrumentHealthState_ReferenceDataCheck_CurrencyCodeValidCheck = Message<"alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.CurrencyCodeValidCheck"> & {
1569
+ /**
1570
+ * Resulting top level state of the health check
1571
+ *
1572
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1573
+ */
1574
+ result: InstrumentHealthState_HealthCheckResult;
1575
+
1576
+ /**
1577
+ * The reason the instrument is invalid
1578
+ *
1579
+ * @generated from field: string reason = 2;
1580
+ */
1581
+ reason: string;
1582
+
1583
+ /**
1584
+ * Notes on the invalid position
1585
+ * May contain additional information on why the position is invalid and how to resolve the issue
1586
+ *
1587
+ * @generated from field: string notes = 3;
1588
+ */
1589
+ notes: string;
1590
+ };
1591
+
1592
+ /**
1593
+ * Describes the message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.CurrencyCodeValidCheck.
1594
+ * Use `create(InstrumentHealthState_ReferenceDataCheck_CurrencyCodeValidCheckSchema)` to create a new message.
1595
+ */
1596
+ export declare const InstrumentHealthState_ReferenceDataCheck_CurrencyCodeValidCheckSchema: GenMessage<InstrumentHealthState_ReferenceDataCheck_CurrencyCodeValidCheck>;
1597
+
1598
+ /**
1599
+ * A generic field to check for everything we need to get data from a certain source e.g. DSCodes, Dataset maps, etc.
1600
+ *
1601
+ * @generated from message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck
1602
+ */
1603
+ export declare type InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck = Message<"alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck"> & {
1604
+ /**
1605
+ * Resulting top level state of the health check
1606
+ *
1607
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1608
+ */
1609
+ result: InstrumentHealthState_HealthCheckResult;
1610
+
1611
+ /**
1612
+ * The reason the instrument is invalid
1613
+ *
1614
+ * @generated from field: string reason = 2;
1615
+ */
1616
+ reason: string;
1617
+
1618
+ /**
1619
+ * Notes on the invalid position
1620
+ * May contain additional information on why the position is invalid and how to resolve the issue
1621
+ *
1622
+ * @generated from field: string notes = 3;
1623
+ */
1624
+ notes: string;
1625
+
1626
+ /**
1627
+ * Source check
1628
+ * Checks if the instrument has a valid dataset mapping for each source
1629
+ *
1630
+ * @generated from field: repeated alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck.SourceCheck source_checks = 4;
1631
+ */
1632
+ sourceChecks: InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck_SourceCheck[];
1633
+ };
1634
+
1635
+ /**
1636
+ * Describes the message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck.
1637
+ * Use `create(InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheckSchema)` to create a new message.
1638
+ */
1639
+ export declare const InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheckSchema: GenMessage<InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck>;
1640
+
1641
+ /**
1642
+ * Source check
1643
+ *
1644
+ * @generated from message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck.SourceCheck
1645
+ */
1646
+ export declare type InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck_SourceCheck = Message<"alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck.SourceCheck"> & {
1647
+ /**
1648
+ * Resulting top level state of the health check
1649
+ *
1650
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1651
+ */
1652
+ result: InstrumentHealthState_HealthCheckResult;
1653
+
1654
+ /**
1655
+ * The reason the instrument is invalid
1656
+ *
1657
+ * @generated from field: string reason = 2;
1658
+ */
1659
+ reason: string;
1660
+
1661
+ /**
1662
+ * Notes on the invalid position
1663
+ * May contain additional information on why the position is invalid and how to resolve the issue
1664
+ *
1665
+ * @generated from field: string notes = 3;
1666
+ */
1667
+ notes: string;
1668
+
1669
+ /**
1670
+ * Source
1671
+ *
1672
+ * @generated from field: alis.open.px.v1.Source source = 4;
1673
+ */
1674
+ source: Source;
1675
+ };
1676
+
1677
+ /**
1678
+ * Describes the message alis.open.px.v1.InstrumentHealthState.ReferenceDataCheck.SourcePrerequisitesCheck.SourceCheck.
1679
+ * Use `create(InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck_SourceCheckSchema)` to create a new message.
1680
+ */
1681
+ export declare const InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck_SourceCheckSchema: GenMessage<InstrumentHealthState_ReferenceDataCheck_SourcePrerequisitesCheck_SourceCheck>;
1682
+
1683
+ /**
1684
+ * Checks for an instrument's points coverage (e.g. price, total return, etc.)
1685
+ * Check for points' completeness. This may include missing points, missing fields in points, etc.
1686
+ *
1687
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck
1688
+ */
1689
+ export declare type InstrumentHealthState_PointsCoverageCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck"> & {
1690
+ /**
1691
+ * Resulting top level state of the health check
1692
+ *
1693
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1694
+ */
1695
+ result: InstrumentHealthState_HealthCheckResult;
1696
+
1697
+ /**
1698
+ * The reason the instrument is invalid
1699
+ *
1700
+ * @generated from field: string reason = 2;
1701
+ */
1702
+ reason: string;
1703
+
1704
+ /**
1705
+ * Notes on the invalid position
1706
+ * May contain additional information on why the position is invalid and how to resolve the issue
1707
+ *
1708
+ * @generated from field: string notes = 3;
1709
+ */
1710
+ notes: string;
1711
+
1712
+ /**
1713
+ * Check for missing points
1714
+ *
1715
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingPointsCheck missing_points = 21;
1716
+ */
1717
+ missingPoints?: InstrumentHealthState_PointsCoverageCheck_MissingPointsCheck;
1718
+
1719
+ /**
1720
+ * Check for missing fields in points
1721
+ *
1722
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck missing_fields = 22;
1723
+ */
1724
+ missingFields?: InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck;
1725
+ };
1726
+
1727
+ /**
1728
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.
1729
+ * Use `create(InstrumentHealthState_PointsCoverageCheckSchema)` to create a new message.
1730
+ */
1731
+ export declare const InstrumentHealthState_PointsCoverageCheckSchema: GenMessage<InstrumentHealthState_PointsCoverageCheck>;
1732
+
1733
+ /**
1734
+ * Check for missing points
1735
+ *
1736
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingPointsCheck
1737
+ */
1738
+ export declare type InstrumentHealthState_PointsCoverageCheck_MissingPointsCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingPointsCheck"> & {
1739
+ /**
1740
+ * Resulting top level state of the health check
1741
+ *
1742
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1743
+ */
1744
+ result: InstrumentHealthState_HealthCheckResult;
1745
+
1746
+ /**
1747
+ * The reason the instrument is invalid
1748
+ *
1749
+ * @generated from field: string reason = 2;
1750
+ */
1751
+ reason: string;
1752
+
1753
+ /**
1754
+ * Notes on the invalid position
1755
+ * May contain additional information on why the position is invalid and how to resolve the issue
1756
+ *
1757
+ * @generated from field: string notes = 3;
1758
+ */
1759
+ notes: string;
1760
+
1761
+ /**
1762
+ * Missing points
1763
+ * Fully qualified point name
1764
+ * Format: [instruments/{instrument}/points/{point}]
1765
+ *
1766
+ * @generated from field: repeated string missing_points = 4;
1767
+ */
1768
+ missingPoints: string[];
1769
+
1770
+ /**
1771
+ * Total points count
1772
+ *
1773
+ * @generated from field: int32 total_points_count = 5;
1774
+ */
1775
+ totalPointsCount: number;
1776
+ };
1777
+
1778
+ /**
1779
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingPointsCheck.
1780
+ * Use `create(InstrumentHealthState_PointsCoverageCheck_MissingPointsCheckSchema)` to create a new message.
1781
+ */
1782
+ export declare const InstrumentHealthState_PointsCoverageCheck_MissingPointsCheckSchema: GenMessage<InstrumentHealthState_PointsCoverageCheck_MissingPointsCheck>;
1783
+
1784
+ /**
1785
+ * Check for missing fields in points
1786
+ *
1787
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck
1788
+ */
1789
+ export declare type InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck"> & {
1790
+ /**
1791
+ * Resulting top level state of the health check
1792
+ *
1793
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1794
+ */
1795
+ result: InstrumentHealthState_HealthCheckResult;
1796
+
1797
+ /**
1798
+ * The reason the instrument is invalid
1799
+ *
1800
+ * @generated from field: string reason = 2;
1801
+ */
1802
+ reason: string;
1803
+
1804
+ /**
1805
+ * Notes on the invalid position
1806
+ * May contain additional information on why the position is invalid and how to resolve the issue
1807
+ *
1808
+ * @generated from field: string notes = 3;
1809
+ */
1810
+ notes: string;
1811
+
1812
+ /**
1813
+ * Points with missing fields
1814
+ *
1815
+ * @generated from field: repeated alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck.PointMissingFields points_missing_fields = 4;
1816
+ */
1817
+ pointsMissingFields: InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck_PointMissingFields[];
1818
+
1819
+ /**
1820
+ * Total points count
1821
+ *
1822
+ * @generated from field: int32 total_points_count = 5;
1823
+ */
1824
+ totalPointsCount: number;
1825
+ };
1826
+
1827
+ /**
1828
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck.
1829
+ * Use `create(InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheckSchema)` to create a new message.
1830
+ */
1831
+ export declare const InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheckSchema: GenMessage<InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck>;
1832
+
1833
+ /**
1834
+ * Points with missing fields
1835
+ *
1836
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck.PointMissingFields
1837
+ */
1838
+ export declare type InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck_PointMissingFields = Message<"alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck.PointMissingFields"> & {
1839
+ /**
1840
+ * Fully qualified point name
1841
+ * Format: [instruments/{instrument}/points/{point}]
1842
+ *
1843
+ * @generated from field: string point = 1;
1844
+ */
1845
+ point: string;
1846
+
1847
+ /**
1848
+ * Missing fields
1849
+ * Format: [price_unadjusted, total_return_usd, ...]
1850
+ *
1851
+ * @generated from field: repeated string missing_fields = 2;
1852
+ */
1853
+ missingFields: string[];
1854
+ };
1855
+
1856
+ /**
1857
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsCoverageCheck.MissingFieldsCheck.PointMissingFields.
1858
+ * Use `create(InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck_PointMissingFieldsSchema)` to create a new message.
1859
+ */
1860
+ export declare const InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck_PointMissingFieldsSchema: GenMessage<InstrumentHealthState_PointsCoverageCheck_MissingFieldsCheck_PointMissingFields>;
1861
+
1862
+ /**
1863
+ * Checks for an instrument's points accuracy (e.g. price, total return, etc.)
1864
+ * Check for points' accuracy. This may include points that are stale, have zero prices, zero adjustment factors, etc.
1865
+ * It also checks for variation of points' values across different sources.
1866
+ * This may include points that have different prices, different adjustment factors, etc, over a certain threshold.
1867
+ *
1868
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck
1869
+ */
1870
+ export declare type InstrumentHealthState_PointsQualityCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsQualityCheck"> & {
1871
+ /**
1872
+ * Resulting top level state of the health check
1873
+ *
1874
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1875
+ */
1876
+ result: InstrumentHealthState_HealthCheckResult;
1877
+
1878
+ /**
1879
+ * The reason the instrument is invalid
1880
+ *
1881
+ * @generated from field: string reason = 2;
1882
+ */
1883
+ reason: string;
1884
+
1885
+ /**
1886
+ * Notes on the invalid position
1887
+ * May contain additional information on why the position is invalid and how to resolve the issue
1888
+ *
1889
+ * @generated from field: string notes = 3;
1890
+ */
1891
+ notes: string;
1892
+
1893
+ /**
1894
+ * Fill forwarded points check
1895
+ *
1896
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.FillForwardedPointsCheck fill_forwarded_points = 21;
1897
+ */
1898
+ fillForwardedPoints?: InstrumentHealthState_PointsQualityCheck_FillForwardedPointsCheck;
1899
+
1900
+ /**
1901
+ * Zero Returns points check
1902
+ *
1903
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck zero_returns_points = 22;
1904
+ */
1905
+ zeroReturnsPoints?: InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck;
1906
+ };
1907
+
1908
+ /**
1909
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.
1910
+ * Use `create(InstrumentHealthState_PointsQualityCheckSchema)` to create a new message.
1911
+ */
1912
+ export declare const InstrumentHealthState_PointsQualityCheckSchema: GenMessage<InstrumentHealthState_PointsQualityCheck>;
1913
+
1914
+ /**
1915
+ * Fill forwarded points check
1916
+ * Checks for any points that have been filled forward
1917
+ *
1918
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.FillForwardedPointsCheck
1919
+ */
1920
+ export declare type InstrumentHealthState_PointsQualityCheck_FillForwardedPointsCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.FillForwardedPointsCheck"> & {
1921
+ /**
1922
+ * Resulting top level state of the health check
1923
+ *
1924
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1925
+ */
1926
+ result: InstrumentHealthState_HealthCheckResult;
1927
+
1928
+ /**
1929
+ * The reason the instrument is invalid
1930
+ *
1931
+ * @generated from field: string reason = 2;
1932
+ */
1933
+ reason: string;
1934
+
1935
+ /**
1936
+ * Notes on the invalid position
1937
+ * May contain additional information on why the position is invalid and how to resolve the issue
1938
+ *
1939
+ * @generated from field: string notes = 3;
1940
+ */
1941
+ notes: string;
1942
+
1943
+ /**
1944
+ * Fill forwarded points
1945
+ * Fully qualified point name
1946
+ * Format: [instruments/{instrument}/points/{point}]
1947
+ *
1948
+ * @generated from field: repeated string fill_forwarded_points = 4;
1949
+ */
1950
+ fillForwardedPoints: string[];
1951
+
1952
+ /**
1953
+ * Total points count
1954
+ *
1955
+ * @generated from field: int32 total_points_count = 5;
1956
+ */
1957
+ totalPointsCount: number;
1958
+ };
1959
+
1960
+ /**
1961
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.FillForwardedPointsCheck.
1962
+ * Use `create(InstrumentHealthState_PointsQualityCheck_FillForwardedPointsCheckSchema)` to create a new message.
1963
+ */
1964
+ export declare const InstrumentHealthState_PointsQualityCheck_FillForwardedPointsCheckSchema: GenMessage<InstrumentHealthState_PointsQualityCheck_FillForwardedPointsCheck>;
1965
+
1966
+ /**
1967
+ * Zero Returns points check
1968
+ * Checks for cases where the price changes but the total return does not
1969
+ *
1970
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck
1971
+ */
1972
+ export declare type InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck = Message<"alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck"> & {
1973
+ /**
1974
+ * Resulting top level state of the health check
1975
+ *
1976
+ * @generated from field: alis.open.px.v1.InstrumentHealthState.HealthCheckResult result = 1;
1977
+ */
1978
+ result: InstrumentHealthState_HealthCheckResult;
1979
+
1980
+ /**
1981
+ * The reason the instrument is invalid
1982
+ *
1983
+ * @generated from field: string reason = 2;
1984
+ */
1985
+ reason: string;
1986
+
1987
+ /**
1988
+ * Notes on the invalid position
1989
+ * May contain additional information on why the position is invalid and how to resolve the issue
1990
+ *
1991
+ * @generated from field: string notes = 3;
1992
+ */
1993
+ notes: string;
1994
+
1995
+ /**
1996
+ * Points with zero return fields
1997
+ *
1998
+ * @generated from field: repeated alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck.PointZeroReturnFields points_zero_return_fields = 4;
1999
+ */
2000
+ pointsZeroReturnFields: InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck_PointZeroReturnFields[];
2001
+
2002
+ /**
2003
+ * Total points count
2004
+ *
2005
+ * @generated from field: int32 total_points_count = 5;
2006
+ */
2007
+ totalPointsCount: number;
2008
+ };
2009
+
2010
+ /**
2011
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck.
2012
+ * Use `create(InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheckSchema)` to create a new message.
2013
+ */
2014
+ export declare const InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheckSchema: GenMessage<InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck>;
2015
+
2016
+ /**
2017
+ * Points with zero return fields
2018
+ *
2019
+ * @generated from message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck.PointZeroReturnFields
2020
+ */
2021
+ export declare type InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck_PointZeroReturnFields = Message<"alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck.PointZeroReturnFields"> & {
2022
+ /**
2023
+ * Fully qualified point name
2024
+ * Format: [instruments/{instrument}/points/{point}]
2025
+ *
2026
+ * @generated from field: string point = 1;
2027
+ */
2028
+ point: string;
2029
+
2030
+ /**
2031
+ * Zero return fields
2032
+ * Format: [total_return_usd, total_return_eur, ...]
2033
+ *
2034
+ * @generated from field: repeated string zero_return_fields = 2;
2035
+ */
2036
+ zeroReturnFields: string[];
2037
+ };
2038
+
2039
+ /**
2040
+ * Describes the message alis.open.px.v1.InstrumentHealthState.PointsQualityCheck.ZeroReturnsPointsCheck.PointZeroReturnFields.
2041
+ * Use `create(InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck_PointZeroReturnFieldsSchema)` to create a new message.
2042
+ */
2043
+ export declare const InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck_PointZeroReturnFieldsSchema: GenMessage<InstrumentHealthState_PointsQualityCheck_ZeroReturnsPointsCheck_PointZeroReturnFields>;
2044
+
2045
+ /**
2046
+ * Result of the health check
2047
+ *
2048
+ * @generated from enum alis.open.px.v1.InstrumentHealthState.HealthCheckResult
2049
+ */
2050
+ export enum InstrumentHealthState_HealthCheckResult {
2051
+ /**
2052
+ * Unspecified result
2053
+ *
2054
+ * @generated from enum value: HEALTH_CHECK_RESULT_UNSPECIFIED = 0;
2055
+ */
2056
+ HEALTH_CHECK_RESULT_UNSPECIFIED = 0,
2057
+
2058
+ /**
2059
+ * Check passed with no warnings. Green
2060
+ *
2061
+ * @generated from enum value: PASS = 1;
2062
+ */
2063
+ PASS = 1,
2064
+
2065
+ /**
2066
+ * Check passed with warnings. Amber
2067
+ *
2068
+ * @generated from enum value: PASS_WITH_WARNINGS = 2;
2069
+ */
2070
+ PASS_WITH_WARNINGS = 2,
2071
+
2072
+ /**
2073
+ * Check failed. Red
2074
+ *
2075
+ * @generated from enum value: FAIL = 3;
2076
+ */
2077
+ FAIL = 3,
2078
+ }
2079
+
2080
+ /**
2081
+ * Describes the enum alis.open.px.v1.InstrumentHealthState.HealthCheckResult.
2082
+ */
2083
+ export declare const InstrumentHealthState_HealthCheckResultSchema: GenEnum<InstrumentHealthState_HealthCheckResult>;
2084
+
2085
+ /**
2086
+ * Data sources
2087
+ *
2088
+ * @generated from enum alis.open.px.v1.Source
2089
+ */
2090
+ export enum Source {
2091
+ /**
2092
+ * Source not specified by the user.
2093
+ *
2094
+ * @generated from enum value: SOURCE_UNSPECIFIED = 0;
2095
+ */
2096
+ SOURCE_UNSPECIFIED = 0,
2097
+
2098
+ /**
2099
+ * Custom Uploaded Data e.g. Portfolio Manager, User etc.
2100
+ *
2101
+ * @generated from enum value: CUSTOM = 1;
2102
+ */
2103
+ CUSTOM = 1,
2104
+
2105
+ /**
2106
+ * Datastream
2107
+ *
2108
+ * @generated from enum value: DATASTREAM = 2;
2109
+ */
2110
+ DATASTREAM = 2,
2111
+
2112
+ /**
2113
+ * Bloomberg
2114
+ *
2115
+ * @generated from enum value: BLOOMBERG = 3;
2116
+ */
2117
+ BLOOMBERG = 3,
2118
+
2119
+ /**
2120
+ * Openfigi
2121
+ *
2122
+ * @generated from enum value: OPENFIGI = 4;
2123
+ */
2124
+ OPENFIGI = 4,
2125
+
2126
+ /**
2127
+ * JSE
2128
+ *
2129
+ * @generated from enum value: JSE = 5;
2130
+ */
2131
+ JSE = 5,
2132
+
2133
+ /**
2134
+ * Alis IN Instruments
2135
+ *
2136
+ * @generated from enum value: ALIS_IN = 6;
2137
+ */
2138
+ ALIS_IN = 6,
2139
+
2140
+ /**
2141
+ * Alis PX Custom Instruments/Points
2142
+ * This is a special source that is used to indicate that the instrument/point was created by Alis PX
2143
+ * and not by a user.
2144
+ *
2145
+ * A good example is Points for custom instruments that are cash placeholders
2146
+ *
2147
+ * @generated from enum value: ALIS_PX = 7;
2148
+ */
2149
+ ALIS_PX = 7,
2150
+
2151
+ /**
2152
+ * Rezco Fund Accounting
2153
+ *
2154
+ * @generated from enum value: REZCO_FA = 8;
2155
+ */
2156
+ REZCO_FA = 8,
2157
+
2158
+ /**
2159
+ * Morningstar
2160
+ *
2161
+ * @generated from enum value: MORNINGSTAR = 9;
2162
+ */
2163
+ MORNINGSTAR = 9,
2164
+ }
2165
+
2166
+ /**
2167
+ * Describes the enum alis.open.px.v1.Source.
2168
+ */
2169
+ export declare const SourceSchema: GenEnum<Source>;