/order-management-advisor
Manage the advisor trade lifecycle from order entry through settlement, covering block trading, allocation, pre-trade compliance, custodian routing, and error correction. Use when the user asks about designing an OMS for an RIA, executing model portfolio changes across many
$ npx -y skills add JoelLewis/finance_skills --skill order-management-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/order-management-advisor
Context preview
The summary Claude sees to decide when to auto-load this skill.
Manage the advisor trade lifecycle from order entry through settlement, covering block trading, allocation, pre-trade compliance, custodian routing, and error correction. Use when the user asks about designing an OMS for an RIA, executing model portfolio changes across many
SKILL.md
order-management-advisor.SKILL.mdname: order-management-advisor
description: "Manage the advisor trade lifecycle from order entry through settlement, covering block trading, allocation, pre-trade compliance, custodian routing, and error correction. Use when the user asks about designing an OMS for an RIA, executing model portfolio changes across many accounts, structuring block trades with fair allocation, configuring pre-trade compliance rules or restricted lists, routing orders to multiple custodians, handling trade errors or corrections, managing cash in trading workflows, or evaluating OMS platforms. Also trigger when users mention 'block trade', 'trade allocation', 'order management system', 'iRebal', 'Orion Trading', 'Tamarac Trading', 'best execution', 'trade error', 'mutual fund vs ETF orders', or 'audit trail'."
Order Management — Advisor
Core Concepts
Order Management System (OMS) in Advisory Context
The order management system is the operational bridge between investment decisions and trade execution. In an advisory practice, the OMS receives trade instructions generated by the portfolio management system (PMS), validates them against compliance rules, aggregates them into block orders where appropriate, routes them to custodians or brokers for execution, and tracks them through settlement.
Advisory OMS platforms differ materially from institutional OMS platforms. An advisory OMS is optimized for model-driven trading across many small accounts — a single model change may generate hundreds or thousands of individual account-level trades that must be aggregated, compliance-checked, and routed efficiently. An institutional OMS, by contrast, is designed for large orders with complex execution strategies such as algorithmic trading, dark pool access, and multi-venue order splitting.
Core OMS functions in an advisory context include:
- **Order creation:** Translating PMS-generated trade proposals into executable orders, including security identification, quantity calculation, and order type selection.
- **Validation:** Verifying that each order satisfies pre-trade compliance rules before submission.
- **Aggregation:** Combining individual account orders for the same security into block orders to achieve better execution and lower costs.
- **Routing:** Transmitting orders to the appropriate custodian or broker based on account-custodian mapping and routing rules.
- **Execution management:** Monitoring order status, handling partial fills, and managing order amendments or cancellations.
- **Allocation:** Distributing block execution results back to individual accounts at fair and equitable prices and quantities.
- **Confirmation and settlement tracking:** Receiving fill confirmations, generating client-level confirmations, and tracking settlement status through T+1 (for equities as of May 2024).
The OMS sits between the PMS (which generates trades) and the custodian (which executes and settles them). Data flows bidirectionally: the PMS sends trade proposals to the OMS, and the OMS sends execution results back to the PMS for portfolio accounting updates.
Common advisory OMS platforms include Orion Trading (integrated with Orion Portfolio Solutions), Tamarac Trading (part of the Envestnet ecosystem), Schwab iRebal (now part of Schwab Advisor Services, widely used by RIAs custodying at Schwab), and Fidelity's trading tools (available to advisors on the Fidelity Institutional platform). Many of these platforms combine OMS and rebalancing functionality, blurring the line between PMS and OMS.
Order Types and Time-in-Force
Standard order types (market, limit, stop, stop-limit) and time-in-force instructions (day, GTC, IOC, FOK) carry their usual meanings; the advisory-specific considerations are below. Two operational notes: custodians typically cap GTC duration at 60 or 90 calendar days, and FOK is rarely used in advisory trading except for block orders where partial fills would create allocation complications.
**NAV-sensitive orders (mutual funds):**
- **Market-on-close (MOC):** For equities and ETFs, an order to execute at the closing price. Used when the advisor wants to match a benchmark that uses closing prices.
- **Limit-on-close (LOC):** An order to execute at the close, but only if the closing price is at or better than a specified limit.
- **Mutual fund forward pricing:** Mutual fund orders do not execute at a market price during the trading day. Under SEC Rule 22c-1, mutual fund shares are priced at the next calculated net asset value (NAV) after the order is received. Orders placed before the fund's pricing cutoff (typically 4:00 PM Eastern) receive that day's NAV. Orders placed after the cutoff receive the next business day's NAV. This means mutual fund orders are inherently market orders — the advisor cannot specify a price.
- **Mutual fund order types:** Purchase, redemption, and exchange (selling shares of one fund and purchasing shares of another within the same fund family, which may or may not trigger a taxable event depending on account type).
**ETF vs. mutual fund order handling:** ETFs trade intraday on exchanges like stocks and support all standard order types (market, limit, stop, stop-limit) and time-in-force instructions. Mutual funds trade once per day at NAV and support only purchase, redemption, and exchange orders. This distinction has significant implications for block trading — ETF blocks can be executed with price control during market hours, while mutual fund blocks settle at the same NAV regardless of when the order is placed (provided it is before the cutoff).
Block Trading and Allocation
Block trading is the practice of aggregating orders for the same security across multiple client accounts into a single block order. This achieves better execution through larger order size (which may access better pricing or reduce per-share transaction costs) and operational efficiency (one order instead of hundreds).
**Regulatory framework:**
Block trading by in
Read more
name: order-management-advisor description: "Manage the advisor trade lifecycle from order entry through settlement, covering block trading, allocation, pre-trade compliance, custodian routing, and error correction. Use when the user asks about designing an OMS for an RIA, executing model portfolio changes across many accounts, structuring block trades with fair allocation, configuring pre-trade compliance rules or restricted lists, routing orders to multiple custodians, handling trade errors or corrections, managing cash in trading workflows, or evaluating OMS platforms. Also trigger when users mention 'block trade', 'trade allocation', 'order management system', 'iRebal', 'Orion Trading', 'Tamarac Trading', 'best execution', 'trade error', 'mutual fund vs ETF orders', or 'audit trail'."
Order Management — Advisor
Core Concepts
Order Management System (OMS) in Advisory Context
The order management system is the operational bridge between investment decisions and trade execution. In an advisory practice, the OMS receives trade instructions generated by the portfolio management system (PMS), validates them against compliance rules, aggregates them into block orders where appropriate, routes them to custodians or brokers for execution, and tracks them through settlement.
Advisory OMS platforms differ materially from institutional OMS platforms. An advisory OMS is optimized for model-driven trading across many small accounts — a single model change may generate hundreds or thousands of individual account-level trades that must be aggregated, compliance-checked, and routed efficiently. An institutional OMS, by contrast, is designed for large orders with complex execution strategies such as algorithmic trading, dark pool access, and multi-venue order splitting.
Core OMS functions in an advisory context include:
- **Order creation:** Translating PMS-generated trade proposals into executable orders, including security identification, quantity calculation, and order type selection.
- **Validation:** Verifying that each order satisfies pre-trade compliance rules before submission.
- **Aggregation:** Combining individual account orders for the same security into block orders to achieve better execution and lower costs.
- **Routing:** Transmitting orders to the appropriate custodian or broker based on account-custodian mapping and routing rules.
- **Execution management:** Monitoring order status, handling partial fills, and managing order amendments or cancellations.
- **Allocation:** Distributing block execution results back to individual accounts at fair and equitable prices and quantities.
- **Confirmation and settlement tracking:** Receiving fill confirmations, generating client-level confirmations, and tracking settlement status through T+1 (for equities as of May 2024).
The OMS sits between the PMS (which generates trades) and the custodian (which executes and settles them). Data flows bidirectionally: the PMS sends trade proposals to the OMS, and the OMS sends execution results back to the PMS for portfolio accounting updates.
Common advisory OMS platforms include Orion Trading (integrated with Orion Portfolio Solutions), Tamarac Trading (part of the Envestnet ecosystem), Schwab iRebal (now part of Schwab Advisor Services, widely used by RIAs custodying at Schwab), and Fidelity's trading tools (available to advisors on the Fidelity Institutional platform). Many of these platforms combine OMS and rebalancing functionality, blurring the line between PMS and OMS.
Order Types and Time-in-Force
Standard order types (market, limit, stop, stop-limit) and time-in-force instructions (day, GTC, IOC, FOK) carry their usual meanings; the advisory-specific considerations are below. Two operational notes: custodians typically cap GTC duration at 60 or 90 calendar days, and FOK is rarely used in advisory trading except for block orders where partial fills would create allocation complications.
**NAV-sensitive orders (mutual funds):**
- **Market-on-close (MOC):** For equities and ETFs, an order to execute at the closing price. Used when the advisor wants to match a benchmark that uses closing prices.
- **Limit-on-close (LOC):** An order to execute at the close, but only if the closing price is at or better than a specified limit.
- **Mutual fund forward pricing:** Mutual fund orders do not execute at a market price during the trading day. Under SEC Rule 22c-1, mutual fund shares are priced at the next calculated net asset value (NAV) after the order is received. Orders placed before the fund's pricing cutoff (typically 4:00 PM Eastern) receive that day's NAV. Orders placed after the cutoff receive the next business day's NAV. This means mutual fund orders are inherently market orders — the advisor cannot specify a price.
- **Mutual fund order types:** Purchase, redemption, and exchange (selling shares of one fund and purchasing shares of another within the same fund family, which may or may not trigger a taxable event depending on account type).
**ETF vs. mutual fund order handling:** ETFs trade intraday on exchanges like stocks and support all standard order types (market, limit, stop, stop-limit) and time-in-force instructions. Mutual funds trade once per day at NAV and support only purchase, redemption, and exchange orders. This distinction has significant implications for block trading — ETF blocks can be executed with price control during market hours, while mutual fund blocks settle at the same NAV regardless of when the order is placed (provided it is before the cutoff).
Block Trading and Allocation
Block trading is the practice of aggregating orders for the same security across multiple client accounts into a single block order. This achieves better execution through larger order size (which may access better pricing or reduce per-share transaction costs) and operational efficiency (one order instead of hundreds).
**Regulatory framework:**
Block trading by in
A collection of Claude Code skill plugins for financial services. 91 skills across 7 domain plugins teach Claude investment management, regulatory compliance, advisory workflows, trading operations, and more — so it can assist with finance questions, build
Other skills on finance-skills.
- /advisor-dashboards
Design, build, and optimize dashboards for RIA practice management with AUM tracking, revenue analytics, and KPI frameworks. Use when the user asks about tracking firm-level metrics, monitoring advisor productivity, measuring organic growth rate, analyzing client retention and
Open skill - /client-onboarding
Design and implement end-to-end client onboarding workflows from prospect intake through funded account, covering KYC verification, document collection, e-signature, and custodian submission. Use when the user asks about building a digital onboarding flow, integrating identity
Open skill - /client-reporting-delivery
Design, generate, and deliver client performance reports across all channels, covering quarterly reports, tax reporting, portal integration, and compliance review. Use when the user asks about building or redesigning report templates, choosing what to include in quarterly or
Open skill - /client-review-prep
Prepare advisors for client review meetings by assembling context packages, performance summaries, drift analysis, talking points, and meeting agendas. Use when the user asks about preparing for a client review, building a pre-meeting checklist, generating talking points for an
Open skill - /crm-client-lifecycle
Design and optimize CRM systems and client lifecycle workflows for advisory firms, covering segmentation, household management, service tiers, and retention analytics. Use when the user asks about client segmentation models, building household structures, defining service tier
Open skill - /fee-billing
Build and manage advisory fee billing operations from fee schedule design through calculation, collection, revenue recognition, and compliance disclosure. Use when the user asks about tiered or breakpoint fee schedules, billing cycle configuration, AUM valuation for billing,
Open skill

