Get required fields
get_required_fieldsGet required field names for an acmt message type to identify mandatory columns before constructing account records.
Instructions
List only the required input field names for an acmt message type.
Use this for a quick checklist of the mandatory columns before building
account 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 acmt message type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_type | Yes | A supported ISO 20022 acmt message type, e.g. 'acmt.001.001.08' Account Opening Instruction -- call list_message_types for the exact accepted strings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |