Get
Get all change reason categories in the system.
change-reason-categories get exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<change-reason-categories-get>> EOF
✓ Connected to :51004 ✓ Logged in as: newuser3 ORE Studio Shell REPL v0.0.8 Type 'help' for available commands, 'exit' to quit. ores-shell> +--------+-------------------------------------------------------------------------+-------------+---------+ | Code | Description | Recorded By | Version | +--------+-------------------------------------------------------------------------+-------------+---------+ | common | Universal data quality reasons aligned with BCBS 239 and FRTB standards | system | 1 | | system | System-generated reasons for automatic operations (not user-selectable) | system | 1 | | trade | Trade lifecycle reasons aligned with FINRA and MiFID II standards. test | newuser3 | 7 | +--------+-------------------------------------------------------------------------+-------------+---------+ ores-shell> Bye!