client-disclosures
Guide the creation, content, and delivery of required client disclosure documents for investment advisers and broker-dealers. Use when the user asks about Form ADV Part 2A or 2B content, Form CRS requirements, prospectus delivery obligations, privacy notice delivery, trade confirmation timing, account statement distribution, or electronic vs paper delivery compliance. Also trigger when users mention 'onboarding document checklist', 'what disclosures do we owe new clients', 'annual brochure update', 'brochure supplement for a new adviser', 'CRS conversation starters', or ask when and how disclosure documents must be delivered.
What this skill does
# Client Disclosures ## Purpose Guide the understanding of disclosure document requirements — what documents must exist, what they must contain, and when they must be delivered. This skill covers Form ADV, Form CRS, prospectus obligations, privacy notices, trade confirmations, account statements, and delivery methods — enabling a user or agent to design compliant disclosure workflows. ## Layer 9 — Compliance & Regulatory Guidance ## Direction prospective ## When to Use - Designing client onboarding workflows that include required document delivery - Reviewing Form ADV Part 2A content for completeness - Implementing Form CRS delivery and filing requirements - Building prospectus delivery tracking systems - Establishing privacy notice delivery and opt-out processes - Ensuring timely trade confirmation delivery - Designing account statement generation and distribution - Evaluating electronic vs paper delivery compliance - Establishing document retention and delivery audit trails ## Core Concepts ### Form ADV Part 1 Filed electronically via IARD (Investment Adviser Registration Depository). Contains: - Registration information (SEC, states) - Form of organization, control persons, and ownership - Disciplinary history (criminal, regulatory, civil) - Other business activities and financial industry affiliations - Custody of client assets - Participation in client transactions - AUM and number of clients Part 1 is publicly available through the SEC's Investment Adviser Public Disclosure (IAPD) website. It is not delivered to clients but is a regulatory filing that must be kept current (annual updating amendment within 90 days of fiscal year end, interim amendments for material changes). ### Form ADV Part 2A (Firm Brochure) The primary disclosure document for RIAs. Must contain 18 items: 1. Cover page 2. Material changes summary (annual update) 3. Table of contents 4. Advisory business description 5. **Fees and compensation** (see fee-disclosure skill) 6. Performance-based fees (if applicable) 7. Types of clients 8. Methods of analysis, investment strategies, and risk of loss 9. Disciplinary information 10. Other financial industry activities and affiliations 11. Code of ethics, participation in client transactions, personal trading 12. Brokerage practices (best execution, soft dollars, directed brokerage) 13. Review of accounts (frequency, triggers, reviewer qualifications) 14. Client referrals and other compensation 15. Custody 16. Investment discretion 17. Voting client securities (proxy voting) 18. Financial information (balance sheet if prepaid fees or custody) **Delivery requirements:** Initial delivery to prospective clients before or at the time of entering the advisory contract. Annual offer to deliver updated brochure (or delivery of a summary of material changes with an offer to provide the full brochure) within 120 days of fiscal year end. Interim delivery required for material changes that clients should know about. ### Form ADV Part 2B (Brochure Supplement) Provides information about specific supervised persons who provide investment advice: - Educational background and business experience - Disciplinary information - Other business activities - Additional compensation (from non-clients) - Supervision structure Delivered to clients before or at the time the supervised person begins providing advice. Updated for material changes. ### Form CRS (Client Relationship Summary) Required for both RIAs and BDs. Maximum 2 pages (4 for dual registrants). Must follow SEC-prescribed format with specific headings and conversation starters: **Required sections:** 1. **Introduction** — firm name, registration status (IA, BD, or both), statement that brokerage and advisory services differ 2. **Relationships and Services** — description of principal services, monitoring, investment authority, limited product offerings, account minimums 3. **Fees, Costs, Conflicts, and Standard of Conduct** — principal fees, other costs, conflicts, applicable standard of conduct (Reg BI for BDs, fiduciary for IAs) 4. **Disciplinary History** — yes/no question with link to Investor.gov 5. **Additional Information** — how to find more information, who to contact **Delivery timing:** - Before or at the earliest of: (a) entering an advisory or brokerage agreement, (b) opening an account, or (c) making a recommendation of account type, security, or investment strategy - When opening a new account that is different from existing accounts - When recommending a rollover from a retirement account - Upon request - File with SEC via IARD/CRD ### Prospectus and SAI Delivery **Mutual funds:** Summary prospectus must be delivered at or before the time of sale (point of sale delivery). The summary prospectus must provide access to the full statutory prospectus and SAI (online or upon request). **ETFs:** No point-of-sale prospectus delivery is required for exchange-traded transactions (SEC Rule 498). However, the prospectus must be available online, and a paper copy must be delivered upon request within 3 business days. **New issues (IPOs):** Prospectus must be delivered before or with the confirmation of sale. **Statement of Additional Information (SAI):** Not routinely delivered but must be available upon request. Contains additional detail on investment policies, portfolio turnover, taxation, financial statements, and fund governance. ### Regulation S-P (Privacy Notices) Regulation S-P (17 CFR Part 248) requires financial institutions to protect customer nonpublic personal information (NPI): - **Initial privacy notice** — delivered at account opening; describes information collected, information shared, opt-out rights, and security practices - **Annual privacy notice** — historically required annually; the FAST Act (2015) created an exception: firms with unchanged privacy practices that do not share NPI (other than with permitted exceptions) may post privacy notices online instead of mailing them annually - **Opt-out notice** — if the firm shares NPI with nonaffiliated third parties (beyond permitted exceptions), customers must be given a reasonable opportunity to opt out before sharing - **Safeguards rule** — requires written policies and procedures to protect customer information, including administrative, technical, and physical safeguards ### Trade Confirmations SEC Rule 10b-10 requires broker-dealers to send trade confirmations to customers at or before completion of each transaction: **Required content:** - Date of transaction - Identity, price, and number of shares or units - Whether the firm acted as principal or agent - If agent: commission and source of commission - If principal: markup/markdown (for certain transactions) - Market where the transaction was effected - Accrued interest (for fixed income) - Settlement date **Timing:** At or before the completion of the transaction. For most equity transactions, this means at or before T+1 settlement. ### Account Statements FINRA Rule 2231 governs customer account statements: - **Frequency:** At least quarterly for accounts with activity or positions; at least annually for accounts with positions but no activity in the quarter - **Content:** Account positions, market values, account activity during the period, balances - **Valuations:** Securities must be valued at current market prices or, if unavailable, at estimated fair value with appropriate disclaimers - **Direct mailing:** Must be sent directly to the customer address of record (or electronic delivery address); may not be routed through the registered representative ### Proxy Voting Disclosure SEC Rule 206(4)-6 requires registered investment advisers that exercise proxy voting authority to: - Adopt written proxy voting policies and procedures - Disclose to clients how they can obtain information about proxy voting policies and how votes were cast - Maintain records of proxy voting (at least 5 years from the end of the fiscal year in which the record wa
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.