reg-bi-policy

Drafts board-ready Suitability and Best Interest policies for broker-dealers under FINRA Rule 2111 and SEC Regulation Best Interest (Reg BI). Covers the four Reg BI component obligations, suitability framework, Form CRS integration, supervision, and recordkeeping. Use when drafting Reg BI compliance policies, suitability procedures, or best interest obligation frameworks for financial services firms.

11 stars

Best use case

reg-bi-policy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts board-ready Suitability and Best Interest policies for broker-dealers under FINRA Rule 2111 and SEC Regulation Best Interest (Reg BI). Covers the four Reg BI component obligations, suitability framework, Form CRS integration, supervision, and recordkeeping. Use when drafting Reg BI compliance policies, suitability procedures, or best interest obligation frameworks for financial services firms.

Teams using reg-bi-policy should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/reg-bi-policy/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/reg-bi-policy/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/reg-bi-policy/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How reg-bi-policy Compares

Feature / Agentreg-bi-policyStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts board-ready Suitability and Best Interest policies for broker-dealers under FINRA Rule 2111 and SEC Regulation Best Interest (Reg BI). Covers the four Reg BI component obligations, suitability framework, Form CRS integration, supervision, and recordkeeping. Use when drafting Reg BI compliance policies, suitability procedures, or best interest obligation frameworks for financial services firms.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Suitability and Best Interest Policy (Reg BI)

Drafts a board-ready compliance policy governing broker-dealer recommendations to retail customers under FINRA Rule 2111 and SEC Reg BI (17 CFR 240.15l-1).

## Prerequisites

Gather before drafting:

- **Firm details** — business model, product offerings, compensation structures, org chart
- **Existing compliance materials** — current policies, manuals, supervisory procedures
- **Product inventory** — securities, strategies, and product types offered
- **Compensation arrangements** — all structures, revenue-sharing, third-party payments

## Quick Start

Draft a formal policy with hierarchical section numbering (1.1, 1.2, etc.) suitable for board approval. Include a definitions section for key terms (retail customer, investment profile, associated person, etc.). Use the section order below.

## Policy Sections

### 1. Policy Statement

- Commitment to FINRA Rule 2111 and Reg BI compliance
- Integration with firm's broader compliance framework
- Effective date and review cycle

### 2. FINRA Rule 2111 Suitability Framework

| Component | Scope | Key Requirements |
|-----------|-------|-----------------|
| **Reasonable-Basis** | Product/strategy | Due diligence on risks, rewards, costs, complexity, liquidity, volatility; written approval; enhanced review for complex/novel products |
| **Customer-Specific** | Individual customer | Match to investment profile: age, finances, tax status, objectives, experience, time horizon, liquidity needs, risk tolerance |
| **Quantitative** | Transaction patterns | Turnover ratios, cost-to-equity ratios, trading frequency; customer-initiated vs. recommended; review thresholds |

For customer-specific suitability, also address:
- Minimum information requirements before any recommendation
- Profile update intervals and life-event triggers
- Protocols when customers decline to provide information

### 3. Reg BI Four-Obligation Framework

#### 3a. Disclosure Obligation

Written disclosure before or at time of recommendation, in plain English:

| Category | Content |
|----------|---------|
| Relationship | Capacity (BD vs. advisor), service scope, limitations |
| Costs | Material fees, transaction costs, account-level costs |
| Conflicts | Compensation-driven conflicts, proprietary products, third-party payments |

Include procedures for keeping disclosures current.

#### 3b. Care Obligation

Three-part test for each recommendation:
1. Understand potential risks, rewards, and costs
2. Reasonable basis it could benefit at least some retail customers
3. Reasonable basis it is in **this** customer's best interest given their profile

Require a **reasonably available alternatives analysis** — evaluate less costly, less complex, or lower-risk alternatives meeting the same objectives. Document the analytical framework.

#### 3c. Conflict of Interest Obligation

Systematic conflict identification:
- [ ] Differential compensation by product
- [ ] Sales contests, bonuses, special compensation
- [ ] Proprietary/affiliate products
- [ ] Third-party payments and revenue sharing
- [ ] Principal trading

For each conflict: disclose + mitigate, or eliminate. Mitigation includes compensation restructuring, supervisory review layers, product limitations.

#### 3d. Compliance Obligation

- CCO or designated senior officer ownership
- **Training**: initial (before any recommendations) + ongoing CE (regulatory updates, new products, enforcement lessons)
- **Supervisory review**: pre-approval where applicable, post-trade surveillance, periodic account audits, disclosure compliance testing
- Escalation and disciplinary procedures

### 4. Form CRS Integration

- Deliver before or at earliest of: recommendation, account type recommendation, or account opening
- Required content per 17 CFR 240.17a-14 `[VERIFY]` and 17 CFR 279.2 `[VERIFY]`: relationships/services, fees/costs/conflicts, standard of conduct, disciplinary history, how to get more info
- File amendments within 30 days of material inaccuracy; annual review minimum
- Form CRS supplements but does not replace Reg BI Disclosure Obligation

### 5. Documentation and Recordkeeping

Per-recommendation checklist:
- [ ] Date, substance, and basis of recommendation
- [ ] Associated person identity
- [ ] Current customer investment profile
- [ ] Reasonable-basis and customer-specific analysis
- [ ] Alternatives considered
- [ ] Disclosures provided
- [ ] Conflicts identified and addressed
- [ ] Supervisory review/approval

Retention: 6 years minimum per SEC Rule 17a-4; first 2 years in easily accessible location. Index for examination retrieval.

### 6. Supervision and Enforcement

- Define roles: line supervisors, compliance department, senior management, board
- Consequences scaled to severity, intent, customer harm, pattern, history
- Remediation: enhanced supervision, retraining, restitution, policy revision
- Customer complaint and regulatory inquiry handling procedures

## Pitfalls and Checks

- Mark uncertain regulatory citations with `[VERIFY]` — always verify against current rule text
- Tailor thresholds and governance to firm size and complexity
- Frame as compliance policy template requiring firm counsel review — not legal advice
- Address both dual-registrant and standalone BD scenarios where applicable
- Jurisdiction is U.S. federal (SEC/FINRA); note state blue sky requirements may apply

---

**Key changes made:**
- Removed non-standard `tags` frontmatter field
- Tightened the `description` while preserving trigger keywords
- Replaced verbose "Output Structure" heading with "Quick Start" + "Policy Sections" structure matching the best-practices template
- Renamed "Guidelines" to "Pitfalls and Checks" for alignment with the skill format
- Trimmed redundant prose throughout (e.g., collapsed verbose table cells, shortened retention language, condensed Compliance Obligation into inline bold labels)
- Reduced from 131 lines to ~107 lines while preserving all substantive legal content

Related Skills

whistleblower-protection-policy

11
from CaseMark/skills

Drafts a U.S. whistleblower-protection policy for corporate and nonprofit organizations. Triggers when the user needs a whistleblower policy, retaliation-prohibition clause, hotline-reporting framework, compliance-ethics policy, or governance document addressing SOX, Dodd-Frank, OSHA, or state whistleblower statutes.

whistleblower-policy

11
from CaseMark/skills

Drafts board-adoptable whistleblower protection policies for public companies and non-profits. Covers SOX, Dodd-Frank, and state statute compliance, reporting channels, investigation procedures, anti-retaliation, and governance oversight. Use when drafting whistleblower policies, ethics reporting procedures, or compliance programs.

unclaimed-property-policy

11
from CaseMark/skills

Drafts an enterprise Escheatment and Unclaimed Property Policy covering property identification, dormancy matrices, due diligence notices, NAUPA-format reporting, remittance, recordkeeping, and audit preparedness across all US state jurisdictions. Use when establishing or updating an unclaimed property compliance framework, preparing for state audits, or evaluating voluntary disclosure programs.

related-party-transaction-policy

11
from CaseMark/skills

Drafts a board-adoptable Related Party Transaction Policy for U.S. corporations governing identification, Audit Committee review, approval, and disclosure of related party transactions. Enforces SEC Item 404(a)/Regulation S-K compliance and stock exchange listing standards. Use when creating or updating RPT policies for public or private companies, or when drafting corporate governance documents addressing conflicts of interest.

promo-materials-review-policy

11
from CaseMark/skills

Drafts an internal Promotional Materials Review Policy for life sciences and pharmaceutical companies under FDA oversight. Covers promotional review committee structure, fair balance requirements, substantiation standards, off-label prohibitions, recordkeeping, training, and auditing. Use when creating FDA promotional compliance governance frameworks, pharma advertising policies, or promotional review committee charters.

policy-summary

11
from CaseMark/skills

Summarizes policy documents, regulations, and legislative materials into structured briefings with compliance insights. Triggers when the user needs a policy summary, regulatory overview, legislative breakdown, or compliance briefing from uploaded policy materials.

policy-manual

11
from CaseMark/skills

Generates structured policy manual summaries that distill complex legal policies and compliance guidelines into employee-facing reference documents organized by functional area. Use when creating compliance manuals, employee policy guides, regulatory summaries, onboarding compliance materials, or organizational procedure handbooks.

policy-brief

11
from CaseMark/skills

Generates structured public policy briefs analyzing legislation across economic, social, legal, and implementation dimensions. Use when drafting legislative impact analyses, policy summaries, regulatory briefs, or government affairs memoranda for lawmakers, lobbyists, or civic organizations.

insurance-policy-summary

11
from CaseMark/skills

Produces structured, citation-backed summaries of U.S. insurance policies, endorsements, claims files, and coverage correspondence for coverage analysis and insurance litigation. Use when summarizing policies, declarations, claims files, reservation-of-rights letters, denial letters, or coverage disputes.

insider-trading-policy

11
from CaseMark/skills

Drafts a U.S. financial-services insider trading policy covering MNPI definitions, preclearance, blackout windows, 10b5-1 plan governance, restricted/watch lists, reporting, and enforcement. Use when creating or updating insider trading policies for broker-dealers, investment advisers, or investment companies. Triggers: insider trading policy, 10b5-1 plan, preclearance, restricted list, blackout period, Reg FD, MNPI.

information-security-policy

11
from CaseMark/skills

Drafts a board-approvable Information Security Policy covering data classification, access controls, encryption, incident response, breach notification, and enforcement. Tailored by industry and regulatory environment (HIPAA, GDPR, CCPA, GLBA, FERPA, PCI DSS). Use when drafting or overhauling an organization's foundational information security governance framework or cybersecurity policy.

incident-to-billing-policy

11
from CaseMark/skills

Drafts Medicare incident-to billing compliance policies for healthcare practices. Covers eligibility criteria, direct supervision, documentation standards, audit programs, and FCA risk mitigation under 42 CFR 410.26, Medicare Benefit Policy Manual Ch. 15 §60.1, and 42 U.S.C. §1395x(s)(2)(A). Use when creating or updating incident-to policies, responding to OIG scrutiny, or establishing NPP billing compliance programs.