メインコンテンツまでスキップ

Monitoring

Source: merlon/v1/monitoring.proto (package merlon.v1)

サービス

MonitoringService

メソッドリクエストレスポンス説明
EvaluateTransactionsmerlon.v1.EvaluateTransactionsRequestmerlon.v1.EvaluateTransactionsResponse
Healthmerlon.v1.HealthRequestmerlon.v1.HealthResponseDeprecated. @deprecated Use the standard grpc.health.v1.Health service instead (OPS-002, the operational design §4.4). Kept for backward compatibility until 2027-07-04 (12 months), per Contract Stability. buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE

メッセージ

Alert

フィールドラベル説明
alert_idstring
scenario_idstring
severityAlertSeverity
customer_idstring
transaction_idsstringrepeated
descriptionstring
scoredouble
detected_atTimestamp

EvaluateTransactionsRequest

フィールドラベル説明
customer_idstring
customer_risk_tierRiskTier
transactionsTransactionDatarepeated
scenario_idsstringrepeated
customer_typeCustomerTypeTM-004a: customer type axis for threshold.by_customer_type resolution (the transaction-monitoring design). Additive field, WS-5 Task1.
mode_filterEvaluationModeFilterWS-5 Task6/7: which evaluation_mode-tagged scenarios to include.

EvaluateTransactionsResponse

フィールドラベル説明
customer_idstring
alertsAlertrepeated
scenarios_evaluatedint32

TransactionData

フィールドラベル説明
transaction_idstring
customer_idstring
amountdouble
currencystring
counterparty_idstring
counterparty_countrystring
directionTransactionDirection
executed_atTimestamp
channelstring

列挙型

AlertSeverity

番号説明
ALERT_SEVERITY_UNSPECIFIED0
ALERT_SEVERITY_LOW1
ALERT_SEVERITY_MEDIUM2
ALERT_SEVERITY_HIGH3
ALERT_SEVERITY_CRITICAL4

EvaluationModeFilter

EvaluationModeFilter selects which evaluation_mode-tagged scenarios run for a given EvaluateTransactions call (the rule schema §1.2, the "evaluation mode" concept from the transaction-monitoring design). UNSPECIFIED (the proto3 zero value) maps to REALTIME so existing callers that don't set mode_filter keep today's behavior (WS-5 Task6/7, additive field).

番号説明
EVALUATION_MODE_FILTER_UNSPECIFIED0
EVALUATION_MODE_FILTER_REALTIME1
EVALUATION_MODE_FILTER_BATCH2
EVALUATION_MODE_FILTER_BOTH3

TransactionDirection

番号説明
TRANSACTION_DIRECTION_UNSPECIFIED0
TRANSACTION_DIRECTION_INBOUND1
TRANSACTION_DIRECTION_OUTBOUND2
TRANSACTION_DIRECTION_INTERNAL3