Get required input fields
get_required_fieldsGet the mandatory column names for a given camt.05x message type as a checklist before building reversing-entry records.
Instructions
List only the required input field names for a camt message type.
Use this for a quick checklist of the mandatory columns before building
reversing-entry records. When you need full type/format constraints (not
just which fields are required), call ``get_input_schema`` instead.
Args:
message_type: A supported ISO 20022 camt.05x message type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_type | Yes | A supported ISO 20022 camt.05x message type string. Must be exactly one of: 'camt.052.001.14', 'camt.053.001.14', 'camt.054.001.14' (see list_message_types). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |