mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Restructure examples directory and improve document storage (#189)
* Consolidate tests/ into examples/documents/ * Add line_count and reorder structure keys * Lazy-load documents with _meta.json index * Update demo script and add pre-shipped workspace * Extract shared helpers for JSON reading and meta entry building
This commit is contained in:
parent
74e549a23a
commit
77722838e1
26 changed files with 430 additions and 61 deletions
BIN
examples/documents/2023-annual-report-truncated.pdf
Normal file
BIN
examples/documents/2023-annual-report-truncated.pdf
Normal file
Binary file not shown.
BIN
examples/documents/2023-annual-report.pdf
Normal file
BIN
examples/documents/2023-annual-report.pdf
Normal file
Binary file not shown.
BIN
examples/documents/PRML.pdf
Normal file
BIN
examples/documents/PRML.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/documents/Regulation Best Interest_proposed rule.pdf
Normal file
BIN
examples/documents/Regulation Best Interest_proposed rule.pdf
Normal file
Binary file not shown.
BIN
examples/documents/attention-residuals.pdf
Normal file
BIN
examples/documents/attention-residuals.pdf
Normal file
Binary file not shown.
BIN
examples/documents/earthmover.pdf
Normal file
BIN
examples/documents/earthmover.pdf
Normal file
Binary file not shown.
BIN
examples/documents/four-lectures.pdf
Normal file
BIN
examples/documents/four-lectures.pdf
Normal file
Binary file not shown.
BIN
examples/documents/q1-fy25-earnings.pdf
Normal file
BIN
examples/documents/q1-fy25-earnings.pdf
Normal file
Binary file not shown.
|
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"doc_name": "2023-annual-report-truncated.pdf",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Preface",
|
||||
"start_index": 1,
|
||||
"end_index": 4,
|
||||
"node_id": "0000"
|
||||
},
|
||||
{
|
||||
"title": "About the Federal Reserve",
|
||||
"start_index": 5,
|
||||
"end_index": 7,
|
||||
"node_id": "0001"
|
||||
},
|
||||
{
|
||||
"title": "Overview",
|
||||
"start_index": 7,
|
||||
"end_index": 8,
|
||||
"node_id": "0002"
|
||||
},
|
||||
{
|
||||
"title": "Monetary Policy and Economic Developments",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "March 2024 Summary",
|
||||
"start_index": 9,
|
||||
"end_index": 14,
|
||||
"node_id": "0004"
|
||||
},
|
||||
{
|
||||
"title": "June 2023 Summary",
|
||||
"start_index": 15,
|
||||
"end_index": 20,
|
||||
"node_id": "0005"
|
||||
}
|
||||
],
|
||||
"node_id": "0003"
|
||||
},
|
||||
{
|
||||
"title": "Financial Stability",
|
||||
"start_index": 21,
|
||||
"end_index": 21,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Monitoring Financial Vulnerabilities",
|
||||
"start_index": 22,
|
||||
"end_index": 28,
|
||||
"node_id": "0007"
|
||||
},
|
||||
{
|
||||
"title": "Domestic and International Cooperation and Coordination",
|
||||
"start_index": 28,
|
||||
"end_index": 30,
|
||||
"node_id": "0008"
|
||||
}
|
||||
],
|
||||
"node_id": "0006"
|
||||
},
|
||||
{
|
||||
"title": "Supervision and Regulation",
|
||||
"start_index": 31,
|
||||
"end_index": 32,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Supervised and Regulated Institutions",
|
||||
"start_index": 32,
|
||||
"end_index": 35,
|
||||
"node_id": "0010"
|
||||
},
|
||||
{
|
||||
"title": "Supervisory Developments",
|
||||
"start_index": 35,
|
||||
"end_index": 50,
|
||||
"node_id": "0011"
|
||||
}
|
||||
],
|
||||
"node_id": "0009"
|
||||
}
|
||||
]
|
||||
}
|
||||
493
examples/documents/results/2023-annual-report_structure.json
Normal file
493
examples/documents/results/2023-annual-report_structure.json
Normal file
|
|
@ -0,0 +1,493 @@
|
|||
{
|
||||
"doc_name": "2023-annual-report.pdf",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Preface",
|
||||
"start_index": 1,
|
||||
"end_index": 4,
|
||||
"node_id": "0000"
|
||||
},
|
||||
{
|
||||
"title": "About the Federal Reserve",
|
||||
"start_index": 5,
|
||||
"end_index": 6,
|
||||
"node_id": "0001"
|
||||
},
|
||||
{
|
||||
"title": "Overview",
|
||||
"start_index": 7,
|
||||
"end_index": 8,
|
||||
"node_id": "0002"
|
||||
},
|
||||
{
|
||||
"title": "Monetary Policy and Economic Developments",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "March 2024 Summary",
|
||||
"start_index": 9,
|
||||
"end_index": 14,
|
||||
"node_id": "0004"
|
||||
},
|
||||
{
|
||||
"title": "June 2023 Summary",
|
||||
"start_index": 15,
|
||||
"end_index": 20,
|
||||
"node_id": "0005"
|
||||
}
|
||||
],
|
||||
"node_id": "0003"
|
||||
},
|
||||
{
|
||||
"title": "Financial Stability",
|
||||
"start_index": 21,
|
||||
"end_index": 21,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Monitoring Financial Vulnerabilities",
|
||||
"start_index": 22,
|
||||
"end_index": 28,
|
||||
"node_id": "0007"
|
||||
},
|
||||
{
|
||||
"title": "Domestic and International Cooperation and Coordination",
|
||||
"start_index": 28,
|
||||
"end_index": 31,
|
||||
"node_id": "0008"
|
||||
}
|
||||
],
|
||||
"node_id": "0006"
|
||||
},
|
||||
{
|
||||
"title": "Supervision and Regulation",
|
||||
"start_index": 31,
|
||||
"end_index": 31,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Supervised and Regulated Institutions",
|
||||
"start_index": 32,
|
||||
"end_index": 35,
|
||||
"node_id": "0010"
|
||||
},
|
||||
{
|
||||
"title": "Supervisory Developments",
|
||||
"start_index": 35,
|
||||
"end_index": 54,
|
||||
"node_id": "0011"
|
||||
},
|
||||
{
|
||||
"title": "Regulatory Developments",
|
||||
"start_index": 55,
|
||||
"end_index": 59,
|
||||
"node_id": "0012"
|
||||
}
|
||||
],
|
||||
"node_id": "0009"
|
||||
},
|
||||
{
|
||||
"title": "Payment System and Reserve Bank Oversight",
|
||||
"start_index": 59,
|
||||
"end_index": 59,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Payment Services to Depository and Other Institutions",
|
||||
"start_index": 60,
|
||||
"end_index": 65,
|
||||
"node_id": "0014"
|
||||
},
|
||||
{
|
||||
"title": "Currency and Coin",
|
||||
"start_index": 66,
|
||||
"end_index": 68,
|
||||
"node_id": "0015"
|
||||
},
|
||||
{
|
||||
"title": "Fiscal Agency and Government Depository Services",
|
||||
"start_index": 69,
|
||||
"end_index": 72,
|
||||
"node_id": "0016"
|
||||
},
|
||||
{
|
||||
"title": "Evolutions and Improvements to the System",
|
||||
"start_index": 72,
|
||||
"end_index": 75,
|
||||
"node_id": "0017"
|
||||
},
|
||||
{
|
||||
"title": "Oversight of Federal Reserve Banks",
|
||||
"start_index": 75,
|
||||
"end_index": 81,
|
||||
"node_id": "0018"
|
||||
},
|
||||
{
|
||||
"title": "Pro Forma Financial Statements for Federal Reserve Priced Services",
|
||||
"start_index": 82,
|
||||
"end_index": 88,
|
||||
"node_id": "0019"
|
||||
}
|
||||
],
|
||||
"node_id": "0013"
|
||||
},
|
||||
{
|
||||
"title": "Consumer and Community Affairs",
|
||||
"start_index": 89,
|
||||
"end_index": 89,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Consumer Compliance Supervision",
|
||||
"start_index": 89,
|
||||
"end_index": 101,
|
||||
"node_id": "0021"
|
||||
},
|
||||
{
|
||||
"title": "Consumer Laws and Regulations",
|
||||
"start_index": 101,
|
||||
"end_index": 102,
|
||||
"node_id": "0022"
|
||||
},
|
||||
{
|
||||
"title": "Consumer Research and Analysis of Emerging Issues and Policy",
|
||||
"start_index": 102,
|
||||
"end_index": 105,
|
||||
"node_id": "0023"
|
||||
},
|
||||
{
|
||||
"title": "Community Development",
|
||||
"start_index": 105,
|
||||
"end_index": 106,
|
||||
"node_id": "0024"
|
||||
}
|
||||
],
|
||||
"node_id": "0020"
|
||||
},
|
||||
{
|
||||
"title": "Appendixes",
|
||||
"start_index": 107,
|
||||
"end_index": 109,
|
||||
"node_id": "0025"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve System Organization",
|
||||
"start_index": 109,
|
||||
"end_index": 109,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Board of Governors",
|
||||
"start_index": 109,
|
||||
"end_index": 116,
|
||||
"node_id": "0027"
|
||||
},
|
||||
{
|
||||
"title": "Federal Open Market Committee",
|
||||
"start_index": 117,
|
||||
"end_index": 118,
|
||||
"node_id": "0028"
|
||||
},
|
||||
{
|
||||
"title": "Board of Governors Advisory Councils",
|
||||
"start_index": 119,
|
||||
"end_index": 122,
|
||||
"node_id": "0029"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve Banks and Branches",
|
||||
"start_index": 123,
|
||||
"end_index": 146,
|
||||
"node_id": "0030"
|
||||
}
|
||||
],
|
||||
"node_id": "0026"
|
||||
},
|
||||
{
|
||||
"title": "Minutes of Federal Open Market Committee Meetings",
|
||||
"start_index": 147,
|
||||
"end_index": 147,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Meeting Minutes",
|
||||
"start_index": 147,
|
||||
"end_index": 149,
|
||||
"node_id": "0032"
|
||||
}
|
||||
],
|
||||
"node_id": "0031"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve System Audits",
|
||||
"start_index": 149,
|
||||
"end_index": 149,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Office of Inspector General Activities",
|
||||
"start_index": 149,
|
||||
"end_index": 151,
|
||||
"node_id": "0034"
|
||||
},
|
||||
{
|
||||
"title": "Government Accountability Office Reviews",
|
||||
"start_index": 151,
|
||||
"end_index": 152,
|
||||
"node_id": "0035"
|
||||
}
|
||||
],
|
||||
"node_id": "0033"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve System Budgets",
|
||||
"start_index": 153,
|
||||
"end_index": 153,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "System Budgets Overview",
|
||||
"start_index": 153,
|
||||
"end_index": 157,
|
||||
"node_id": "0037"
|
||||
},
|
||||
{
|
||||
"title": "Board of Governors Budgets",
|
||||
"start_index": 157,
|
||||
"end_index": 163,
|
||||
"node_id": "0038"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve Banks Budgets",
|
||||
"start_index": 163,
|
||||
"end_index": 169,
|
||||
"node_id": "0039"
|
||||
},
|
||||
{
|
||||
"title": "Currency Budget",
|
||||
"start_index": 169,
|
||||
"end_index": 174,
|
||||
"node_id": "0040"
|
||||
}
|
||||
],
|
||||
"node_id": "0036"
|
||||
},
|
||||
{
|
||||
"title": "Record of Policy Actions of the Board of Governors",
|
||||
"start_index": 175,
|
||||
"end_index": 175,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Rules and Regulations",
|
||||
"start_index": 175,
|
||||
"end_index": 176,
|
||||
"node_id": "0042"
|
||||
},
|
||||
{
|
||||
"title": "Policy Statements and Other Actions",
|
||||
"start_index": 177,
|
||||
"end_index": 181,
|
||||
"node_id": "0043"
|
||||
},
|
||||
{
|
||||
"title": "Discount Rates for Depository Institutions in 2023",
|
||||
"start_index": 181,
|
||||
"end_index": 183,
|
||||
"node_id": "0044"
|
||||
},
|
||||
{
|
||||
"title": "The Board of Governors and the Government Performance and Results Act",
|
||||
"start_index": 184,
|
||||
"end_index": 184,
|
||||
"node_id": "0045"
|
||||
}
|
||||
],
|
||||
"node_id": "0041"
|
||||
},
|
||||
{
|
||||
"title": "Litigation",
|
||||
"start_index": 185,
|
||||
"end_index": 185,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Pending",
|
||||
"start_index": 185,
|
||||
"end_index": 186,
|
||||
"node_id": "0047"
|
||||
},
|
||||
{
|
||||
"title": "Resolved",
|
||||
"start_index": 186,
|
||||
"end_index": 187,
|
||||
"node_id": "0048"
|
||||
}
|
||||
],
|
||||
"node_id": "0046"
|
||||
},
|
||||
{
|
||||
"title": "Statistical Tables",
|
||||
"start_index": 187,
|
||||
"end_index": 187,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Federal Reserve open market transactions, 2023",
|
||||
"start_index": 187,
|
||||
"end_index": 187,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Type of security and transaction",
|
||||
"start_index": 187,
|
||||
"end_index": 188,
|
||||
"node_id": "0051"
|
||||
},
|
||||
{
|
||||
"title": "Federal agency obligations",
|
||||
"start_index": 188,
|
||||
"end_index": 188,
|
||||
"node_id": "0052"
|
||||
},
|
||||
{
|
||||
"title": "Mortgage-backed securities",
|
||||
"start_index": 188,
|
||||
"end_index": 188,
|
||||
"node_id": "0053"
|
||||
},
|
||||
{
|
||||
"title": "Temporary transactions",
|
||||
"start_index": 188,
|
||||
"end_index": 188,
|
||||
"node_id": "0054"
|
||||
}
|
||||
],
|
||||
"node_id": "0050"
|
||||
},
|
||||
{
|
||||
"title": "Federal Reserve Bank holdings of U.S. Treasury and federal agency securities, December 31, 2021\u201323",
|
||||
"start_index": 189,
|
||||
"end_index": 189,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "By remaining maturity",
|
||||
"start_index": 189,
|
||||
"end_index": 189,
|
||||
"node_id": "0056"
|
||||
},
|
||||
{
|
||||
"title": "By type",
|
||||
"start_index": 189,
|
||||
"end_index": 190,
|
||||
"node_id": "0057"
|
||||
},
|
||||
{
|
||||
"title": "By issuer",
|
||||
"start_index": 190,
|
||||
"end_index": 190,
|
||||
"node_id": "0058"
|
||||
}
|
||||
],
|
||||
"node_id": "0055"
|
||||
},
|
||||
{
|
||||
"title": "Reserve requirements of depository institutions, December 31, 2023",
|
||||
"start_index": 191,
|
||||
"end_index": 191,
|
||||
"node_id": "0059"
|
||||
},
|
||||
{
|
||||
"title": "Banking offices and banks affiliated with bank holding companies in the United States, December 31, 2022 and 2023",
|
||||
"start_index": 192,
|
||||
"end_index": 192,
|
||||
"node_id": "0060"
|
||||
},
|
||||
{
|
||||
"title": "Reserves of depository institutions, Federal Reserve Bank credit, and related items, year-end 1984\u20132023 and month-end 2023",
|
||||
"start_index": 193,
|
||||
"end_index": 196,
|
||||
"node_id": "0061"
|
||||
},
|
||||
{
|
||||
"title": "Reserves of depository institutions, Federal Reserve Bank credit, and related items, year-end 1918\u20131983",
|
||||
"start_index": 197,
|
||||
"end_index": 200,
|
||||
"node_id": "0062"
|
||||
},
|
||||
{
|
||||
"title": "Principal assets and liabilities of insured commercial banks, by class of bank, June 30, 2023 and 2022",
|
||||
"start_index": 201,
|
||||
"end_index": 201,
|
||||
"node_id": "0063"
|
||||
},
|
||||
{
|
||||
"title": "Initial margin requirements under Regulations T, U, and X",
|
||||
"start_index": 202,
|
||||
"end_index": 203,
|
||||
"node_id": "0064"
|
||||
},
|
||||
{
|
||||
"title": "Statement of condition of the Federal Reserve Banks, by Bank, December 31, 2023 and 2022",
|
||||
"start_index": 203,
|
||||
"end_index": 209,
|
||||
"node_id": "0065"
|
||||
},
|
||||
{
|
||||
"title": "Statement of condition of the Federal Reserve Banks, December 31, 2023 and 2022",
|
||||
"start_index": 209,
|
||||
"end_index": 210,
|
||||
"node_id": "0066"
|
||||
},
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, by Bank, 2023",
|
||||
"start_index": 210,
|
||||
"end_index": 212,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, by Bank, 2023\u2014continued",
|
||||
"start_index": 212,
|
||||
"end_index": 214,
|
||||
"node_id": "0068"
|
||||
}
|
||||
],
|
||||
"node_id": "0067"
|
||||
},
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, 1914\u20132023",
|
||||
"start_index": 214,
|
||||
"end_index": 215,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, 1914\u20132023\u2014continued",
|
||||
"start_index": 215,
|
||||
"end_index": 216,
|
||||
"node_id": "0070"
|
||||
},
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, 1914\u20132023\u2014continued",
|
||||
"start_index": 216,
|
||||
"end_index": 217,
|
||||
"node_id": "0071"
|
||||
},
|
||||
{
|
||||
"title": "Income and expenses of the Federal Reserve Banks, 1914\u20132023\u2014continued",
|
||||
"start_index": 217,
|
||||
"end_index": 217,
|
||||
"node_id": "0072"
|
||||
}
|
||||
],
|
||||
"node_id": "0069"
|
||||
},
|
||||
{
|
||||
"title": "Operations in principal departments of the Federal Reserve Banks, 2020\u201323",
|
||||
"start_index": 218,
|
||||
"end_index": 218,
|
||||
"node_id": "0073"
|
||||
},
|
||||
{
|
||||
"title": "Number and annual salaries of officers and employees of the Federal Reserve Banks, December 31, 2023",
|
||||
"start_index": 219,
|
||||
"end_index": 220,
|
||||
"node_id": "0074"
|
||||
},
|
||||
{
|
||||
"title": "Acquisition costs and net book value of the premises of the Federal Reserve Banks and Branches, December 31, 2023",
|
||||
"start_index": 220,
|
||||
"end_index": 222,
|
||||
"node_id": "0075"
|
||||
}
|
||||
],
|
||||
"node_id": "0049"
|
||||
}
|
||||
]
|
||||
}
|
||||
1847
examples/documents/results/PRML_structure.json
Normal file
1847
examples/documents/results/PRML_structure.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"doc_name": "Regulation Best Interest_Interpretive release.pdf",
|
||||
"doc_description": "A detailed analysis of the SEC's interpretation of the \"solely incidental\" prong of the broker-dealer exclusion under the Investment Advisers Act of 1940, including its historical context, application guidance, economic implications, and regulatory considerations.",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Preface",
|
||||
"start_index": 1,
|
||||
"end_index": 2,
|
||||
"node_id": "0000",
|
||||
"summary": "The partial document outlines an interpretation by the Securities and Exchange Commission (SEC) regarding the \"solely incidental\" prong of the broker-dealer exclusion under the Investment Advisers Act of 1940. It clarifies that brokers or dealers providing advisory services that are incidental to their primary business and for which they receive no special compensation are excluded from the definition of \"investment adviser\" under the Act. The document includes a historical and legislative context, the scope of the \"solely incidental\" prong, guidance on its application, and economic considerations related to the interpretation. It also provides contact information for further inquiries and specifies the effective date of the interpretation as July 12, 2019."
|
||||
},
|
||||
{
|
||||
"title": "Introduction",
|
||||
"start_index": 2,
|
||||
"end_index": 6,
|
||||
"node_id": "0001",
|
||||
"summary": "The partial document discusses the regulation of investment advisers under the Advisers Act, specifically focusing on the \"broker-dealer exclusion,\" which exempts brokers and dealers from being classified as investment advisers under certain conditions. Key points include:\n\n1. **Introduction to the Advisers Act**: Overview of the regulation of investment advisers and the broker-dealer exclusion, which applies when advisory services are \"solely incidental\" to brokerage business and no special compensation is received.\n\n2. **Historical Context and Legislative History**: Examination of the historical practices of broker-dealers providing investment advice, distinguishing between auxiliary advice as part of brokerage services and separate advisory services.\n\n3. **Interpretation of the Solely Incidental Prong**: Clarification of the \"solely incidental\" condition of the broker-dealer exclusion, including its application to activities like investment discretion and account monitoring.\n\n4. **Economic Considerations**: Discussion of the potential economic effects of the interpretation and application of the broker-dealer exclusion.\n\n5. **Regulatory Developments**: Reference to the Commission's 2018 proposals, including Regulation Best Interest (Reg. BI), the Proposed Fiduciary Interpretation, and the Relationship Summary Proposal, aimed at enhancing standards of conduct and investor understanding.\n\n6. **Public Comments and Feedback**: Summary of public comments on the scope and interpretation of the broker-dealer exclusion, highlighting disagreements and requests for clarification on the \"solely incidental\" prong.\n\n7. **Adoption of Interpretation**: The Commission's adoption of an interpretation to confirm and clarify its position on the \"solely incidental\" prong, complementing related rules and forms to improve investor understanding of broker-dealer and adviser relationships."
|
||||
},
|
||||
{
|
||||
"title": "Interpretation and Application",
|
||||
"start_index": 6,
|
||||
"end_index": 8,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Historical Context and Legislative History",
|
||||
"start_index": 8,
|
||||
"end_index": 10,
|
||||
"node_id": "0003",
|
||||
"summary": "The partial document discusses the historical context and legislative development of the Investment Advisers Act of 1940. It highlights the findings of a congressional study conducted by the SEC between 1935 and 1939, which identified issues with distinguishing legitimate investment counselors from unregulated \"tipster\" organizations and problems in the organization and operation of investment counsel institutions. The document explains how these findings led to the passage of the Advisers Act, which broadly defined \"investment adviser\" and established regulatory oversight for those providing investment advice for compensation. It also addresses the exclusion of certain professionals, such as broker-dealers, from the definition of \"investment adviser\" if their advice is incidental to their primary business and not specially compensated. Additionally, the document explores the scope of the \"solely incidental\" prong of the broker-dealer exclusion, referencing interpretations and rules by the SEC, including a 2005 rule regarding fee-based brokerage accounts."
|
||||
},
|
||||
{
|
||||
"title": "Scope of the Solely Incidental Prong of the Broker-Dealer Exclusion",
|
||||
"start_index": 10,
|
||||
"end_index": 14,
|
||||
"node_id": "0004",
|
||||
"summary": "The partial document discusses the \"broker-dealer exclusion\" under the Investment Advisers Act, specifically focusing on the \"solely incidental\" prong. It examines the scope of this exclusion, emphasizing that investment advice provided by broker-dealers is considered \"solely incidental\" if it is connected to and reasonably related to their primary business of effecting securities transactions. The document references historical interpretations, court rulings (e.g., Financial Planning Association v. SEC and Thomas v. Metropolitan Life Insurance Company), and legislative history to clarify this standard. It highlights that the frequency or importance of advice does not determine whether it meets the \"solely incidental\" standard, but rather its relationship to the broker-dealer's primary business. The document also provides guidance on applying this interpretation to specific practices, such as exercising investment discretion and account monitoring, noting that certain discretionary activities may fall outside the scope of the exclusion."
|
||||
},
|
||||
{
|
||||
"title": "Guidance on Applying the Interpretation of the Solely Incidental Prong",
|
||||
"start_index": 14,
|
||||
"end_index": 22,
|
||||
"node_id": "0005",
|
||||
"summary": "The partial document provides guidance on the application of the \"solely incidental\" prong of the broker-dealer exclusion under the Advisers Act. It focuses on two key areas: (1) the exercise of investment discretion by broker-dealers over customer accounts and (2) account monitoring. The document discusses the Commission's interpretation that unlimited investment discretion is not \"solely incidental\" to a broker-dealer's business, as it indicates a primarily advisory relationship. However, temporary or limited discretion in specific scenarios (e.g., cash management, tax-loss sales, or margin requirements) may be consistent with the \"solely incidental\" prong. It also addresses account monitoring, stating that agreed-upon periodic monitoring for buy, sell, or hold recommendations may align with the broker-dealer exclusion, while continuous monitoring or advisory-like services would not. The document includes examples, refinements to prior interpretations, and considerations for broker-dealers to adopt policies ensuring compliance. It concludes with economic considerations, highlighting the potential impact on broker-dealers, customers, and the financial advice market."
|
||||
}
|
||||
],
|
||||
"node_id": "0002",
|
||||
"summary": "The partial document discusses the historical context and legislative history of the Advisers Act of 1940, focusing on the roles of broker-dealers in providing investment advice. It highlights two distinct ways broker-dealers offered advice: as part of traditional brokerage services with fixed commissions and as separate advisory services for a fee. The document examines the concept of \"brokerage house advice,\" detailing the types of information and services provided, such as market analyses, tax information, and investment recommendations. It also references a congressional study conducted between 1935 and 1939, which identified issues with distinguishing legitimate investment counselors from \"tipster\" organizations and problems in the organization and operation of investment counsel institutions. These findings led to the enactment of the Advisers Act, which broadly defined \"investment adviser\" to regulate those providing investment advice for compensation. The document also references various reports, hearings, and literature that informed the development of the Act."
|
||||
},
|
||||
{
|
||||
"title": "Economic Considerations",
|
||||
"start_index": 22,
|
||||
"end_index": 22,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Background",
|
||||
"start_index": 22,
|
||||
"end_index": 23,
|
||||
"node_id": "0007",
|
||||
"summary": "The partial document discusses the U.S. Securities and Exchange Commission's (SEC) interpretation of the \"solely incidental\" prong of the broker-dealer exclusion, clarifying its understanding without creating new legal obligations. It examines the potential economic effects of this interpretation on broker-dealers, their associated persons, customers, and the broader financial advice market. The document provides background data on broker-dealers, including their assets, customer accounts, and dual registration as investment advisers. It highlights compliance costs for broker-dealers to align with the interpretation and notes the limited circumstances under which broker-dealers exercise temporary or limited investment discretion. The document also references the lack of data received during the Reg. BI Proposal to analyze the economic impact further."
|
||||
},
|
||||
{
|
||||
"title": "Potential Economic Effects",
|
||||
"start_index": 23,
|
||||
"end_index": 28,
|
||||
"node_id": "0008",
|
||||
"summary": "The partial document discusses the economic effects and regulatory implications of the SEC's interpretation of the \"solely incidental\" prong of the broker-dealer exclusion from the definition of an investment adviser. Key points include:\n\n1. **Compliance Costs**: Broker-dealers currently incur costs to align their practices with the \"solely incidental\" prong, and the interpretation may lead to additional costs for evaluating and adjusting practices.\n\n2. **Impact on Broker-Dealer Practices**: Broker-dealers providing advisory services beyond the scope of the interpretation may need to adjust their practices, potentially resulting in reduced services, loss of customers, or a shift to advisory accounts.\n\n3. **Market Effects**: The interpretation could lead to decreased competition, increased fees, and a diminished number of broker-dealers offering commission-based services. It may also shift demand from broker-dealers to investment advisers.\n\n4. **Regulatory Adjustments**: Broker-dealers may choose to register as investment advisers, incurring new compliance costs, or migrate customers to advisory accounts of affiliates.\n\n5. **Potential Benefits**: Some broker-dealers may expand limited discretionary services or monitoring activities, benefiting investors with more efficient access to these services.\n\n6. **Regulatory Arbitrage Risks**: The interpretation raises concerns about regulatory arbitrage, though these risks may be mitigated by enhanced standards of conduct for broker-dealers.\n\n7. **Amendments to Regulations**: The document includes amendments to the Code of Federal Regulations, adding an interpretive release regarding the \"solely incidental\" prong, dated June 5, 2019."
|
||||
}
|
||||
],
|
||||
"node_id": "0006",
|
||||
"summary": "The partial document discusses the SEC's interpretation of the \"solely incidental\" prong of the broker-dealer exclusion, clarifying that it does not impose new legal obligations but may have economic implications if broker-dealer practices deviate from this interpretation. It provides background on the potential effects on broker-dealers, their associated persons, customers, and the broader financial advice market. The document includes data on the number of registered broker-dealers, their customer accounts, total assets, and the prevalence of dual registrants (firms registered as both broker-dealers and investment advisers) as of December 2018."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,638 @@
|
|||
{
|
||||
"doc_name": "Regulation Best Interest_proposed rule.pdf",
|
||||
"doc_description": "The document provides a comprehensive analysis of the SEC's proposed \"Regulation Best Interest,\" detailing its objectives, obligations for broker-dealers, economic impacts, compliance requirements, and public feedback to establish a standard of conduct prioritizing retail customers' interests in securities recommendations.",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Preface",
|
||||
"start_index": 1,
|
||||
"end_index": 6,
|
||||
"node_id": "0000",
|
||||
"summary": "The partial document outlines the Securities and Exchange Commission's (SEC) proposed rule under the Securities Exchange Act of 1934, referred to as \"Regulation Best Interest.\" The rule aims to establish a standard of conduct for broker-dealers and their associated persons when making securities transaction or investment strategy recommendations to retail customers. The proposed standard requires acting in the best interest of the retail customer without prioritizing the financial or other interests of the broker-dealer or associated person. The document includes details on the rule's objectives, key terms, obligations (disclosure, care, and conflict of interest), recordkeeping requirements, and economic analysis of the rule's impact. It also invites public comments and provides instructions for submitting feedback. Additionally, the document discusses the regulatory framework, alternatives considered, and compliance requirements, particularly for small entities."
|
||||
},
|
||||
{
|
||||
"title": "INTRODUCTION",
|
||||
"start_index": 6,
|
||||
"end_index": 12,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Background",
|
||||
"start_index": 12,
|
||||
"end_index": 22,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Evaluation of Standards of Conduct Applicable to Investment Advice",
|
||||
"start_index": 22,
|
||||
"end_index": 26,
|
||||
"node_id": "0003",
|
||||
"summary": "The partial document discusses the evaluation and development of standards of conduct for investment advice, focusing on investor protection and addressing conflicts of interest. It highlights the blurring lines between broker-dealers and investment advisers, emphasizing the need for a uniform fiduciary standard to ensure firms act in the best interest of customers. The document references the 913 Study, mandated by the Dodd-Frank Act, which recommended rulemaking to adopt such a standard, including eliminating or disclosing conflicts of interest and specifying uniform duty of care standards. It also details public feedback, with most commenters supporting a fiduciary standard but expressing concerns about implementation and preserving investor choice. The Investor Advisory Committee (IAC) recommended imposing a fiduciary duty on broker-dealers, either by narrowing the broker-dealer exclusion under the Advisers Act or adopting a principles-based fiduciary duty. Additionally, the document mentions the Department of Labor's rulemaking to broaden the definition of \"fiduciary\" under ERISA and the Internal Revenue Code."
|
||||
},
|
||||
{
|
||||
"title": "DOL Rulemaking",
|
||||
"start_index": 26,
|
||||
"end_index": 32,
|
||||
"node_id": "0004",
|
||||
"summary": "The partial document discusses regulatory approaches and developments related to fiduciary duties for broker-dealers and investment advisers. It covers recommendations from the Investor Advisory Committee (IAC) to the SEC, including narrowing the broker-dealer exclusion under the Investment Advisers Act or adopting a principles-based fiduciary duty under Section 913. It also details the Department of Labor's (DOL) rulemaking efforts to expand the definition of \"fiduciary\" under ERISA and the Internal Revenue Code, including the adoption and subsequent vacating of the DOL Fiduciary Rule. The document explains the implications of the DOL Fiduciary Rule, such as restrictions on broker-dealers' compensation and transactions, and the introduction of exemptions like the Best Interest Contract (BIC) Exemption and Principal Transactions Exemption to allow certain forms of compensation and transactions under specific conditions. It highlights the requirements of these exemptions, including adherence to Impartial Conduct Standards, written contracts, and disclosures. Additionally, it references a statement by SEC Chairman Jay Clayton seeking public input on standards of conduct for investment advisers and broker-dealers in light of these developments."
|
||||
},
|
||||
{
|
||||
"title": "Statement by Chairman Clayton",
|
||||
"start_index": 32,
|
||||
"end_index": 36,
|
||||
"node_id": "0005",
|
||||
"summary": "The partial document discusses the revised definition of \"fiduciary\" and the Impartial Conduct Standards, which became effective on June 9, 2017, with compliance for additional conditions delayed until July 1, 2019. It highlights a statement by SEC Chairman Jay Clayton, issued on June 1, 2017, seeking public input on standards of conduct for investment advisers and broker-dealers, resulting in over 250 comments. The document outlines varying public opinions, with many supporting a fiduciary or best interest standard for broker-dealers or a uniform standard for both broker-dealers and investment advisers. It also addresses the effects of the DOL Fiduciary Rule and related exemptions, including concerns about reduced product choice, increased costs, and restricted access to advice for retirement investors, as well as positive outcomes like lower fees, minimized conflicts, and new product offerings. The document further considers the regulatory landscape, investor protections, and the potential impact of conflicts on investor outcomes."
|
||||
}
|
||||
],
|
||||
"node_id": "0002",
|
||||
"summary": "The partial document discusses the principles and regulatory framework surrounding investment advice, focusing on enhancing investor protection while preserving choice across products and advice models. It introduces the proposed Regulation Best Interest, aiming to establish a standard of conduct for broker-dealers under the Exchange Act to ensure clarity, consistency, and efficiency in their obligations. The document provides background on broker-dealer regulations, including their duty of fair dealing, suitability requirements, and obligations to address conflicts of interest through elimination, mitigation, or disclosure. It highlights concerns about conflicts of interest inherent in broker-dealer compensation structures, such as transaction-based models, and their potential to harm retail customers. The document also addresses customer confusion regarding the differences between broker-dealers and investment advisers, emphasizing the need for a best interest standard to mitigate conflicts and improve investor trust. Additionally, it acknowledges the benefits of the broker-dealer model, such as access to advice, product variety, and payment options, while exploring ways to balance investor protection with preserving these advantages. The evaluation of standards of conduct applicable to investment advice is also discussed, focusing on the blurred lines between broker-dealers and investment advisers and the need for regulatory alignment based on services provided."
|
||||
},
|
||||
{
|
||||
"title": "General Objectives of Proposed Approach",
|
||||
"start_index": 36,
|
||||
"end_index": 44,
|
||||
"node_id": "0006",
|
||||
"summary": "The partial document discusses the impact and objectives of the DOL Fiduciary Rule and the proposed Regulation Best Interest. Key points include:\n\n1. **Impact of the DOL Fiduciary Rule**: The rule has led to positive outcomes for retirement investors, such as lower fees, advice in the best interest of clients, reduced conflicts of interest, and the development of new products like \"clean shares\" without sales loads or distribution fees.\n\n2. **Objectives of the Proposed Regulation Best Interest**: The proposal aims to enhance broker-dealer conduct obligations when making recommendations to retail customers. It seeks to:\n - Address conflicts of interest and investor harm caused by misaligned advice.\n - Reduce investor confusion about broker-dealer obligations.\n - Align broker-dealer standards with investor expectations and other advice relationships.\n - Preserve investor choice and access to products, services, and payment options, including commission-based models.\n\n3. **Proposed Best Interest Obligation**: The regulation would require broker-dealers to act in the best interest of retail customers without prioritizing their own financial interests. This obligation includes:\n - Disclosure of material facts and conflicts of interest.\n - Exercising diligence, care, skill, and prudence in recommendations.\n - Enhancing investor protection while maintaining access to affordable advice and products.\n\n4. **Regulatory Considerations**: The proposal builds on existing broker-dealer obligations and SRO rules, avoiding regulatory conflicts and redundancies. It does not create new private rights of action or alter existing antifraud provisions.\n\n5. **Investor Protection and Choice**: The regulation aims to improve the quality of recommendations, enhance disclosure, and align legal obligations with investor expectations, while minimizing costs and preserving access to advice and products. It acknowledges potential impacts on broker-dealer business models and investor access but justifies these by the benefits of enhanced investor protection."
|
||||
}
|
||||
],
|
||||
"node_id": "0001",
|
||||
"summary": "The partial document discusses the role of broker-dealers in assisting retail customers with financial planning, retirement savings, and investment goals. It highlights the services broker-dealers provide, ranging from execution-only services to full-service brokerage, and the inherent conflicts of interest in their principal-agent relationship with investors. The document introduces a proposed rule, \"Regulation Best Interest,\" aimed at enhancing the standard of conduct for broker-dealers when making recommendations to retail customers. Key points include:\n\n1. Establishing a \"best interest\" obligation requiring broker-dealers to prioritize retail customers' interests over their own financial incentives.\n2. Requiring written disclosure of material facts, conflicts of interest, and the scope of the broker-dealer relationship.\n3. Mandating reasonable diligence, care, and skill in making recommendations tailored to customers' investment profiles.\n4. Implementing policies to identify, disclose, mitigate, or eliminate material conflicts of interest, particularly those arising from financial incentives.\n5. Enhancing investor protection by improving the quality of recommendations, disclosure, and addressing conflicts of interest beyond existing suitability obligations.\n\nThe document also emphasizes preserving investor choice and access to advice while fostering clarity and consistency in broker-dealer standards of conduct. It references the broader regulatory context and efforts to align principles across investment advice frameworks."
|
||||
},
|
||||
{
|
||||
"title": "DISCUSSION OF REGULATION BEST INTEREST",
|
||||
"start_index": 44,
|
||||
"end_index": 44,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Overview of Regulation Best Interest",
|
||||
"start_index": 44,
|
||||
"end_index": 50,
|
||||
"node_id": "0008",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest by the Commission, which aims to establish a best interest obligation for broker-dealers when making recommendations to retail customers. Key points include:\n\n1. **Best Interest Obligation**: Broker-dealers must act in the best interest of retail customers without prioritizing their own financial interests. This obligation is satisfied through:\n - **Disclosure Obligation**: Written disclosure of material facts about the relationship and conflicts of interest.\n - **Care Obligation**: Exercising diligence, care, skill, and prudence to ensure recommendations align with the customer\u2019s investment profile and are not excessive.\n - **Conflict of Interest Obligations**: Establishing policies to identify, disclose, mitigate, or eliminate material conflicts of interest, including those arising from financial incentives.\n\n2. **Investor Protection**: The regulation aims to enhance investor protection by improving the quality of recommendations, fostering customer awareness, enhancing conflict disclosures, and requiring mitigation of financial conflicts.\n\n3. **Alignment with Other Standards**: The proposal draws from existing regulatory frameworks, including SRO rules, state laws, the Advisers Act, and the DOL Fiduciary Rule, to ensure consistency and ease of compliance.\n\n4. **Clarification and Guidance**: The Commission provides guidance on the requirements of the best interest obligation, defines key terms, and specifies compliance components to assist broker-dealers.\n\n5. **Intent and Language**: The proposal avoids requiring conflict-free recommendations but emphasizes that broker-dealers must not place their interests ahead of customers. It seeks to balance investor protection with preserving business models and customer choice."
|
||||
},
|
||||
{
|
||||
"title": "Best Interest, Generally",
|
||||
"start_index": 50,
|
||||
"end_index": 58,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Consistency with Other Approaches",
|
||||
"start_index": 58,
|
||||
"end_index": 66,
|
||||
"node_id": "0010",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, focusing on the obligations of broker-dealers to act in the best interest of retail customers. Key points include:\n\n1. **Care and Conflict of Interest Obligations**: Broker-dealers must avoid recommendations motivated by self-interest (e.g., self-enrichment or firm sales targets) and ensure recommendations align with the customer\u2019s investment profile and available alternatives.\n\n2. **Permissible Recommendations**: Broker-dealers can recommend higher-cost or riskier products if they comply with Disclosure, Care, and Conflict of Interest Obligations.\n\n3. **Alignment with DOL Fiduciary Rule**: The proposed best interest obligation draws on principles from the Department of Labor\u2019s (DOL) best interest standard, such as acting with care, skill, and prudence without regard to the broker-dealer\u2019s financial interests.\n\n4. **Exemptions and Limitations**: The proposal does not prohibit broker-dealers from receiving commissions, selling proprietary products, or engaging in principal transactions, provided conflicts are disclosed and managed.\n\n5. **Comparison to 913 Study Recommendations**: The proposal diverges from the 913 Study\u2019s recommendation for a uniform fiduciary standard for broker-dealers and investment advisers. Instead, it focuses on enhancing broker-dealer obligations while reflecting principles of loyalty and care.\n\n6. **Specific Obligations**: The proposed rule includes Disclosure, Care, and Conflict of Interest Obligations to provide clarity and address material conflicts of interest, particularly financial incentives.\n\n7. **Request for Comment**: The Commission seeks feedback on defining the best interest obligation and its alignment with existing regulatory frameworks."
|
||||
},
|
||||
{
|
||||
"title": "Request for Comment on the Best Interest Obligation",
|
||||
"start_index": 66,
|
||||
"end_index": 71,
|
||||
"node_id": "0011",
|
||||
"summary": "The partial document discusses the proposed \"Regulation Best Interest\" obligation for broker-dealers, focusing on ensuring that broker-dealers act in the best interest of retail customers without prioritizing their own financial or other interests. Key points include:\n\n1. **Core Obligations**: The proposal outlines specific requirements for broker-dealers, including Disclosure, Care, and Conflict of Interest Obligations, to provide clarity and address material conflicts of interest.\n\n2. **Alignment with Existing Standards**: The proposed obligation builds on existing broker-dealer requirements (e.g., suitability) and incorporates principles from the Advisers Act and the 913 Study recommendations.\n\n3. **Request for Comments**: The document solicits feedback on various aspects, such as the definition of \"best interest,\" the sufficiency of the proposed rule, its impact on retail customer protection, and its alignment with other standards like the DOL\u2019s Impartial Conduct Standards.\n\n4. **Retail Customer Protection**: The proposal aims to clarify that broker-dealers cannot put their interests ahead of retail customers and seeks input on whether the rule sufficiently protects customers and avoids confusion.\n\n5. **Scope and Monitoring**: The document addresses whether broker-dealers should monitor customer accounts and whether ongoing monitoring would classify them as investment advisers.\n\n6. **Legal and Regulatory Implications**: It examines the potential impact on fiduciary obligations under other standards and whether additional requirements, such as fair compensation or prohibitions on misleading statements, should be incorporated.\n\n7. **Tailored vs. Uniform Standards**: The Commission proposes a tailored standard for broker-dealers rather than a uniform standard for both broker-dealers and investment advisers, seeking feedback on this approach.\n\n8. **Definition of Key Terms**: The document proposes defining terms like \"natural person who is an associated person\" to clarify the scope of the obligations.\n\nThe document emphasizes enhancing retail customer protection, clarifying broker-dealer obligations, and seeking public input on the proposed rule's effectiveness and potential improvements."
|
||||
}
|
||||
],
|
||||
"node_id": "0009",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which aims to ensure that broker-dealers act in the best interest of retail customers when making recommendations. Key points include:\n\n1. **Best Interest Obligation**: Broker-dealers must prioritize retail customers' interests over their own financial or other interests. The obligation is defined by three components:\n - **Disclosure Obligation**: Requires clear communication of material facts about recommendations and conflicts of interest.\n - **Care Obligation**: Mandates that recommendations align with the retail customer\u2019s investment profile, considering factors like cost, risks, benefits, and other characteristics.\n - **Conflict of Interest Obligation**: Requires broker-dealers to identify, disclose, and mitigate conflicts of interest.\n\n2. **Guidance and Compliance**: The document provides guidance on how broker-dealers can comply with these obligations, emphasizing that cost and financial incentives are important but not the sole factors in determining the best interest of the customer.\n\n3. **Flexibility in Recommendations**: The regulation does not prohibit broker-dealers from recommending higher-cost or riskier products if justified by the customer\u2019s investment profile and other factors. It also does not require recommending the least expensive or least remunerative option.\n\n4. **Prohibited Practices**: Recommendations motivated predominantly by the broker-dealer\u2019s self-interest, such as maximizing compensation or meeting sales quotas, would violate the regulation.\n\n5. **Consistency with Other Standards**: The proposed regulation aligns with principles from other regulatory frameworks, such as the DOL Fiduciary Rule, while addressing conflicts of interest and enhancing existing suitability obligations.\n\n6. **Product Diversity**: The regulation does not intend to limit the diversity of investment products available to retail customers but seeks to address harm caused by broker-dealer incentives that conflict with customer interests."
|
||||
},
|
||||
{
|
||||
"title": "Key Terms and Scope of Best Interest Obligation",
|
||||
"start_index": 71,
|
||||
"end_index": 71,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Natural Person who is an Associated Person",
|
||||
"start_index": 71,
|
||||
"end_index": 72,
|
||||
"node_id": "0013",
|
||||
"summary": "The partial document discusses the proposed obligations and standards for broker-dealers when making recommendations to retail customers under Regulation Best Interest. Key points include:\n\n1. The Commission's decision not to impose additional requirements, such as fair compensation or prohibition of misleading statements, as these are already broker-dealer obligations, while seeking feedback on whether such requirements should be incorporated or modified to enhance investor protection.\n2. Consideration of a tailored standard for broker-dealers versus a uniform standard for both broker-dealers and investment advisers, and whether FINRA\u2019s suitability standard should be explicitly adopted with enhancements.\n3. Definition of a \"natural person who is an associated person\" to include individuals like registered representatives, ensuring compliance with Regulation Best Interest while excluding affiliated entities not intended to be covered.\n4. Application of Regulation Best Interest at the time a recommendation is made regarding securities transactions or investment strategies, aiming to provide clarity, maintain existing compliance infrastructures, and ensure retail customers receive appropriate protections."
|
||||
},
|
||||
{
|
||||
"title": "When Making a Recommendation, At Time Recommendation is Made",
|
||||
"start_index": 72,
|
||||
"end_index": 82,
|
||||
"node_id": "0014",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest (Reg BI) by the SEC, focusing on broker-dealer obligations when making recommendations to retail customers. Key points include:\n\n1. **Definition of Associated Persons**: The document clarifies that Reg BI applies to natural persons associated with broker-dealers, such as registered representatives, but excludes affiliated entities and clerical staff.\n\n2. **Application of Reg BI**: Reg BI applies at the time a recommendation is made regarding securities transactions or investment strategies to retail customers. It emphasizes clarity and consistency with existing broker-dealer regulations, particularly the concept of \"recommendation.\"\n\n3. **Scope of Recommendations**: The term \"recommendation\" is interpreted based on existing broker-dealer regulations and facts and circumstances, including implicit recommendations and discretionary transactions. General investor education and non-specific communications are excluded.\n\n4. **Duration of Obligation**: The best interest obligation applies only at the time of the recommendation and does not impose ongoing monitoring duties unless explicitly agreed upon by the broker-dealer.\n\n5. **Standards of Care**: The rule aligns with the Dodd-Frank Act's Section 913(f) and existing suitability obligations, ensuring broker-dealers act in the best interest of retail customers without altering fiduciary duties or existing supervisory obligations.\n\n6. **Types of Transactions Covered**: Reg BI applies to recommendations involving any securities transaction (purchase, sale, exchange) and investment strategies, including explicit hold recommendations or strategies involving the manner of purchase or sale.\n\n7. **Consistency with Other Regulations**: The rule is designed to integrate seamlessly with existing federal securities laws, SRO rules, and the Department of Labor's Fiduciary Rule, ensuring no conflict or redundancy in regulatory obligations."
|
||||
},
|
||||
{
|
||||
"title": "Any Securities Transaction or Investment Strategy",
|
||||
"start_index": 82,
|
||||
"end_index": 83,
|
||||
"node_id": "0015",
|
||||
"summary": "The partial document discusses the proposed application of Regulation Best Interest by the Commission to recommendations involving securities transactions and investment strategies for retail customers. It highlights that Regulation Best Interest applies to recommendations, not the execution of transactions, and aligns with existing broker-dealer suitability obligations. The document elaborates on the broad interpretation of investment strategies, including recommendations to hold securities, purchase on margin, or transfer assets between accounts (e.g., ERISA to IRA rollovers). It also addresses the potential antifraud implications of unsuitable recommendations. Additionally, the document proposes a definition of \"retail customer\" and seeks comments on the obligations of broker-dealers and investment advisers regarding account type recommendations."
|
||||
},
|
||||
{
|
||||
"title": "Retail Customer",
|
||||
"start_index": 83,
|
||||
"end_index": 90,
|
||||
"node_id": "0016",
|
||||
"summary": "The partial document discusses the proposed regulations and definitions under Regulation Best Interest, focusing on recommendations for rolling over or transferring assets between account types, such as from ERISA accounts to IRAs. It highlights the obligations of broker-dealers and investment advisers in making account recommendations tied to securities transactions. The document defines \"retail customer\" as individuals or their legal representatives receiving recommendations primarily for personal, family, or household purposes, excluding business or commercial purposes. It differentiates between brokerage and advisory relationships, emphasizing that Regulation Best Interest applies only to broker-dealer recommendations and not to investment adviser advice. The document also addresses dual-registrants, clarifying their obligations based on the capacity in which they act. Additionally, it compares the proposed definition of \"retail customer\" with \"retail investor\" under the Relationship Summary Proposal, noting differences in scope and application. The Commission seeks public comments on key terms, scope, and definitions, including the applicability to natural persons associated with broker-dealers."
|
||||
},
|
||||
{
|
||||
"title": "Request for Comment on Key Terms and Scope of Best Interest Obligation",
|
||||
"start_index": 90,
|
||||
"end_index": 96,
|
||||
"node_id": "0017",
|
||||
"summary": "The partial document discusses the scope and key terms of Regulation Best Interest, focusing on its applicability, definitions, and obligations. Key points include:\n\n1. **Scope and Applicability**: Regulation Best Interest is intended to apply to recommendations made to retail customers for personal, family, or household purposes, excluding business or institutional recommendations. The document seeks feedback on whether the scope should be broadened or narrowed, including its application to small business entities or sole proprietorships.\n\n2. **Key Definitions**: The document requests comments on definitions such as \"natural person who is an associated person,\" \"recommendation,\" \"investment strategy involving securities,\" and \"retail customer.\" It explores whether these definitions are clear, appropriate, and comprehensive, and whether alternative definitions should be considered.\n\n3. **Standards of Care**: The document examines differing standards of care for retail and institutional customers, questioning whether such distinctions are appropriate and whether they might cause confusion or compliance challenges.\n\n4. **Dual-Registrants**: It addresses the roles of dual-registrants (acting as both broker-dealers and investment advisers) and seeks input on how firms determine their capacity when making recommendations.\n\n5. **Component Obligations**: Regulation Best Interest includes four component obligations\u2014Disclosure Obligation, Care Obligation, and two Conflict of Interest Obligations. These are designed to ensure broker-dealers act in the best interest of retail customers without prioritizing their own financial interests.\n\n6. **Request for Comments**: The document extensively solicits feedback on various aspects, including the appropriateness of definitions, the scope of recommendations covered, the need for additional guidance, and the adequacy of protections provided under the rule.\n\nThe overall aim is to clarify and refine the requirements of Regulation Best Interest while ensuring it aligns with existing laws and provides adequate protections for retail customers."
|
||||
}
|
||||
],
|
||||
"node_id": "0012",
|
||||
"summary": "The partial document discusses the obligations of broker-dealers when making recommendations to retail customers, focusing on whether additional requirements, such as fair compensation and prohibition of misleading statements, should be incorporated into the proposed rule. It raises questions about tailoring a standard specifically for broker-dealers versus adopting a uniform standard for both broker-dealers and investment advisers. The document also considers whether FINRA\u2019s suitability standard should be explicitly adopted and enhanced to simplify the best interest obligation. Additionally, it proposes a definition for a \"natural person who is an associated person\" under the Exchange Act."
|
||||
},
|
||||
{
|
||||
"title": "Components of Regulation Best Interest",
|
||||
"start_index": 96,
|
||||
"end_index": 97,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Disclosure Obligation",
|
||||
"start_index": 97,
|
||||
"end_index": 133,
|
||||
"node_id": "0019",
|
||||
"summary": "The partial document discusses the proposed Disclosure Obligation under Regulation Best Interest, which aims to enhance transparency and protect retail investors in their relationships with broker-dealers. Key points include:\n\n1. **Disclosure Obligation**: Broker-dealers must disclose, in writing, material facts about the scope and terms of their relationship with retail customers and all material conflicts of interest associated with recommendations. This includes acting capacity, fees, services, and conflicts of interest.\n\n2. **Layered Disclosure Approach**: The document emphasizes a layered approach to disclosure, starting with high-level summaries (e.g., Relationship Summary) and followed by more detailed, specific disclosures tailored to recommendations.\n\n3. **Material Conflicts of Interest**: The obligation requires disclosure of material conflicts, including financial incentives, proprietary products, limited product ranges, and conflicts arising from compensation structures.\n\n4. **Timing and Flexibility**: Disclosures must be made \"prior to or at the time of\" recommendations, with flexibility in form, timing, and delivery methods to accommodate different business practices and customer interactions.\n\n5. **Consistency with Other Regulations**: The proposed rule aligns with existing antifraud provisions, the BIC Exemption, and recommendations from the 913 Study, aiming to reduce investor confusion and ensure informed decision-making.\n\n6. **Care Obligation**: The document also introduces a Care Obligation, requiring broker-dealers to exercise diligence, care, and prudence in understanding risks and rewards, ensuring recommendations are in the best interest of retail customers based on their investment profiles.\n\n7. **Request for Comments**: The document solicits feedback on various aspects of the proposed rules, including the adequacy of disclosures, timing, materiality thresholds, and the interaction with existing regulations."
|
||||
},
|
||||
{
|
||||
"title": "Care Obligation",
|
||||
"start_index": 133,
|
||||
"end_index": 166,
|
||||
"node_id": "0020",
|
||||
"summary": "The partial document discusses proposed regulations under \"Regulation Best Interest\" aimed at enhancing broker-dealer obligations to act in the best interest of retail customers. Key points include:\n\n1. **Disclosure of Conflicts of Interest**: The document emphasizes the need for broker-dealers to disclose material conflicts arising from financial incentives and other factors, potentially requiring advance customer consent for certain conflicts.\n\n2. **Care Obligation**: Broker-dealers must exercise reasonable diligence, care, skill, and prudence when making recommendations. This includes:\n - Understanding the risks and rewards of recommendations.\n - Ensuring recommendations align with the retail customer\u2019s investment profile and are in their best interest.\n - Avoiding excessive transactions that are not in the customer\u2019s best interest when viewed collectively.\n\n3. **Enhanced Suitability Standards**: The Care Obligation builds upon existing suitability requirements by incorporating a \"best interest\" standard, ensuring broker-dealers do not prioritize their own financial interests over those of retail customers.\n\n4. **Evaluation of Recommendations**: Broker-dealers must consider factors such as costs, risks, liquidity, and financial incentives when recommending securities or investment strategies. They are not required to recommend the least expensive option but must justify higher costs based on customer benefits.\n\n5. **Series of Transactions**: The regulation introduces a requirement to evaluate whether a series of recommended transactions is excessive and in the customer\u2019s best interest, removing the need to prove \"control\" over the customer\u2019s account.\n\n6. **Consistency with Other Standards**: The proposed Care Obligation aligns with principles from the Department of Labor\u2019s fiduciary rulemaking and the SEC\u2019s 913 Study, emphasizing professional standards of care and investor protection.\n\n7. **Request for Comments**: The document seeks public input on various aspects of the proposed regulations, including the clarity of terms, the scope of obligations, and the treatment of conflicts of interest.\n\nThe overarching goal is to enhance investor protection by ensuring broker-dealers act in the best interest of retail customers while addressing conflicts of interest and improving the quality of recommendations."
|
||||
},
|
||||
{
|
||||
"title": "Conflict of Interest Obligations",
|
||||
"start_index": 166,
|
||||
"end_index": 196,
|
||||
"node_id": "0021",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest by the SEC, focusing on broker-dealers' obligations to act in the best interest of retail customers. Key points include:\n\n1. **Quantitative Suitability and Best Interest Standard**: The document compares FINRA's quantitative suitability rule with the SEC's proposed best interest obligation, emphasizing the need for broker-dealers to ensure that a series of transactions is not excessive and aligns with the retail customer's best interest.\n\n2. **Conflict of Interest Obligations**: The proposal introduces requirements for broker-dealers to establish, maintain, and enforce written policies and procedures to identify, disclose, mitigate, or eliminate material conflicts of interest, particularly those arising from financial incentives. This includes addressing compensation practices, proprietary products, and third-party payments.\n\n3. **Policies and Procedures**: Broker-dealers are expected to implement risk-based compliance systems tailored to their business models, including processes for identifying, managing, and mitigating conflicts of interest. The document outlines components such as training, monitoring, and periodic reviews.\n\n4. **Material Conflicts of Interest**: The proposal defines material conflicts as those that could incline a broker-dealer to make biased recommendations. It emphasizes the need for clear identification, disclosure, and mitigation of such conflicts, especially those related to financial incentives.\n\n5. **Mitigation Measures**: Examples of mitigation practices include avoiding disproportionate compensation thresholds, minimizing incentives to favor certain products, and implementing enhanced supervision for high-risk transactions.\n\n6. **Flexibility and Principles-Based Approach**: The proposal allows broker-dealers flexibility in designing policies and procedures to address conflicts, avoiding a one-size-fits-all approach, and focusing on areas of greatest risk.\n\n7. **Alignment with Other Standards**: The document compares the proposed obligations with the DOL Fiduciary Rule and the 913 Study, highlighting consistency in addressing conflicts of interest and promoting investor protection.\n\n8. **Request for Comments**: The SEC seeks feedback on various aspects of the proposal, including the scope of obligations, effectiveness of mitigation measures, and potential impacts on broker-dealer practices and retail customers.\n\nThe document emphasizes balancing investor protection with flexibility for broker-dealers while addressing conflicts of interest to ensure recommendations are in the best interest of retail customers."
|
||||
}
|
||||
],
|
||||
"node_id": "0018",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest by the Commission, which outlines the obligation of broker-dealers to act in the best interest of retail customers without prioritizing their own financial or other interests. The regulation specifies four component requirements: Disclosure Obligation, Care Obligation, and two Conflict of Interest Obligations. The document emphasizes that compliance with these components is necessary to meet the best interest obligation and does not replace existing antifraud provisions or other broker-dealer obligations under federal securities laws.\n\nThe Disclosure Obligation is detailed, requiring broker-dealers to provide written disclosure of material facts about the scope and terms of their relationship with retail customers, as well as any material conflicts of interest associated with their recommendations. The document highlights the importance of transparency to address consumer confusion and improve customer awareness. It references feedback from commenters who support clear and comprehensive disclosures regarding services, compensation, and conflicts of interest."
|
||||
},
|
||||
{
|
||||
"title": "Recordkeeping and Retention",
|
||||
"start_index": 196,
|
||||
"end_index": 199,
|
||||
"node_id": "0022",
|
||||
"summary": "The partial document discusses proposed regulations and requirements under Regulation Best Interest, focusing on conflicts of interest, recordkeeping, and the scope of broker-dealer activities. Key points include:\n\n1. **Conflicts of Interest**: The document seeks public comments on whether certain conflicts of interest, such as non-cash compensation (e.g., sales contests, trips, prizes), should be prohibited and whether retail customer consent should be required for specific conflicts. It also addresses the need for guidance on mitigating conflicts and whether neutral compensation across product types is appropriate.\n\n2. **Recordkeeping and Retention**: Proposed amendments to Exchange Act Rules 17a-3 and 17a-4 would require broker-dealers to create and retain records related to retail customer information and disclosures under Regulation Best Interest. This includes maintaining records of material facts, conflicts of interest, and customer account information for six years. The document also discusses existing requirements for retaining compliance and supervisory manuals.\n\n3. **Request for Comments**: The Commission invites feedback on whether additional record-making and retention requirements should be imposed and what specific records should be included.\n\n4. **Investment Discretion and Broker-Dealer Activities**: The document explores whether the exercise of investment discretion by broker-dealers should be considered incidental to their business, distinguishing their role from that of investment advisers under the Advisers Act."
|
||||
},
|
||||
{
|
||||
"title": "Whether the Exercise of Investment Discretion Should be Viewed as Solely Incidental to the Business of a Broker or Dealer",
|
||||
"start_index": 199,
|
||||
"end_index": 209,
|
||||
"node_id": "0023",
|
||||
"summary": "The partial document primarily discusses the following main points:\n\n1. **Recordkeeping and Retention Requirements**: The document outlines the requirements under Exchange Act Rule 17a-4(e)(7) for broker-dealers to retain compliance, supervisory, and procedural manuals, including updates, for a specified period. It also seeks comments on whether additional record-making and retention requirements related to Regulation Best Interest should be imposed.\n\n2. **Broker-Dealer Exclusion under the Advisers Act**: The document examines the scope of the broker-dealer exclusion under the Advisers Act, which excludes broker-dealers from being considered investment advisers if their advisory services are solely incidental to their brokerage business and they receive no special compensation for such services.\n\n3. **Investment Discretion and Fiduciary Duty**: The document discusses the exercise of investment discretion by broker-dealers, its implications under the Advisers Act, and the fiduciary duty owed to customers. It highlights the distinction between discretionary and non-discretionary accounts and the regulatory considerations for discretionary brokerage services.\n\n4. **Historical Interpretations and Proposals**: The document reviews past Commission interpretations and proposals regarding broker-dealers\u2019 exercise of investment discretion, including the 2005 interpretive rule and the 2007 proposal, and their subsequent vacating or non-adoption.\n\n5. **Request for Comments**: The document solicits public comments on various issues, including:\n - Whether discretionary investment advice by broker-dealers should be considered solely incidental to their business.\n - The appropriateness of placing limits on investment discretion under the broker-dealer exclusion.\n - The potential risks, benefits, and investor protections related to broker-dealers offering discretionary services.\n - The impact of Regulation Best Interest on broker-dealers\u2019 behavior, investor choice, and the distinction between advisory and brokerage accounts.\n\n6. **Investor Protection and Regulatory Concerns**: The document raises concerns about potential risks, such as account churning, associated with broker-dealers exercising unlimited investment discretion and seeks input on regulatory measures to mitigate such risks.\n\n7. **Future Opportunities for Discretionary Brokerage Services**: The document explores potential opportunities for broker-dealers to expand discretionary brokerage services and seeks feedback on how this could impact investor choice and regulatory clarity."
|
||||
}
|
||||
],
|
||||
"node_id": "0007",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest by the Commission, which aims to establish a best interest obligation for broker-dealers when making recommendations to retail customers. The regulation requires broker-dealers to act in the best interest of the customer without prioritizing their own financial or other interests. The best interest obligation is satisfied through: (1) written disclosure of material facts and conflicts of interest (Disclosure Obligation), and (2) exercising reasonable diligence, care, skill, and prudence to understand the risks and rewards of recommendations."
|
||||
},
|
||||
{
|
||||
"title": "REQUEST FOR COMMENT",
|
||||
"start_index": 209,
|
||||
"end_index": 210,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Generally",
|
||||
"start_index": 210,
|
||||
"end_index": 212,
|
||||
"node_id": "0025",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its implications for broker-dealers. It raises questions about the clarity and sufficiency of the obligations defined under the regulation, including whether additional clarifications, instructions, or compliance mechanisms (e.g., safe harbors, policies, and procedures) are needed. The document explores the relationship between different provisions of the regulation, the potential impact on retail customers, investor confusion, and the range of choices available for financial advice and products. It also examines the regulation's consistency with existing standards, such as those of FINRA, SROs, and the DOL, and whether it addresses deficiencies in current broker-dealer standards. Additionally, it considers the regulation's alignment with recommendations from the 913 Study and its interactions with other federal, state, and self-regulatory requirements."
|
||||
},
|
||||
{
|
||||
"title": "Interactions with Other Standards of Conduct",
|
||||
"start_index": 212,
|
||||
"end_index": 214,
|
||||
"node_id": "0026",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its alignment with existing regulatory frameworks, including SRO (Self-Regulatory Organization) obligations, DOL (Department of Labor) regulations, and state securities laws. It raises questions about potential conflicts, redundancies, and harmonization between these standards and the duties of loyalty and care under the Advisers Act. The document also explores the impact of regulatory harmonization on investor understanding, choice, and outcomes, as well as the consistency of the proposed regulation with broker-dealers' current obligations. Additionally, it addresses interactions with non-securities statutes like ERISA and the Code, and seeks input on the economic implications of the proposed regulation, including its effects on efficiency, competition, capital formation, and investor protection, as required under the Exchange Act."
|
||||
}
|
||||
],
|
||||
"node_id": "0024",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its implications for broker-dealers and retail investors. Key points include:\n\n1. **Risk Reduction and Investor Choice**: Examination of how specific provisions, such as subparagraph (a)(2)(i)(C), could mitigate risks and how broker-dealers' investment discretion impacts investor choice, benefits, and risks.\n\n2. **Discretionary Brokerage Services**: Consideration of broker-dealers offering more discretionary services and whether distinguishing between discretionary and non-discretionary accounts could reduce investor confusion.\n\n3. **Request for Comments**: The Commission seeks feedback on the overall impact of Regulation Best Interest, its interaction with other regulations (e.g., FINRA rules, federal securities laws, ERISA), and its effect on broker-dealer behavior and retail customer recommendations.\n\n4. **Clarifications and Compliance**: Requests for input on whether the obligations under Regulation Best Interest are clearly defined, the relationship between its provisions, and whether compliance mechanisms (e.g., safe harbors, policies, and procedures) should be established or enhanced.\n\n5. **Additional Requirements**: Exploration of whether broker-dealers should face additional obligations under the best interest standard and how these might align with existing regulatory frameworks."
|
||||
},
|
||||
{
|
||||
"title": "ECONOMIC ANALYSIS",
|
||||
"start_index": 214,
|
||||
"end_index": 214,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Introduction, Primary Goals of Proposed Regulations and Broad Economic Considerations",
|
||||
"start_index": 214,
|
||||
"end_index": 214,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Introduction and Primary Goals of Proposed Regulation",
|
||||
"start_index": 214,
|
||||
"end_index": 215,
|
||||
"node_id": "0029",
|
||||
"summary": "The partial document discusses the potential impacts of regulatory harmonization on investors, including both positive and negative effects, and how it might influence their choice of financial firms and payment options for financial advice. It also examines interactions between Regulation Best Interest and state fiduciary standards, comparing current state standards with the proposed regulation and seeking commenters' views on these standards. Additionally, the document includes an economic analysis of the proposed regulation, focusing on its primary goals, costs, benefits, and broader economic considerations such as efficiency, competition, and capital formation. It highlights the challenges of quantifying economic effects due to limited information and the unpredictability of market participants' behavior, while encouraging public input to better assess the regulation's impacts. The analysis also explores the principal-agent relationship between retail customers and broker-dealers in the context of economic theory."
|
||||
},
|
||||
{
|
||||
"title": "Broad Economic Considerations",
|
||||
"start_index": 215,
|
||||
"end_index": 225,
|
||||
"node_id": "0030",
|
||||
"summary": "The partial document discusses the economic implications of the proposed Regulation Best Interest, focusing on its potential benefits, costs, and broader impacts on efficiency, competition, and capital formation. It examines the principal-agent relationship between retail customers and broker-dealers, highlighting agency problems that arise due to conflicting interests. The document explores mechanisms to address these conflicts, such as explicit contracts, monitoring, bonding, and regulatory standards of conduct. It emphasizes the limitations of private contracting in financial markets due to high costs, complexity, and information asymmetry, and argues that a regulatory standard of conduct, like Regulation Best Interest, could effectively reduce agency costs and align broker-dealer actions with retail customer interests.\n\nThe document also analyzes the potential effects of the best interest standard on agency relationships, including its ability to improve trust, reduce conflicts of interest, and enhance the quality of financial advice. It discusses how the proposed rule could shift the distribution of gains from trade between broker-dealers and retail customers, depending on market competitiveness. Additionally, the document provides an economic baseline for the market for advice services, focusing on broker-dealers and their diverse roles in providing financial services to retail customers. It acknowledges the challenges in quantifying certain economic effects and encourages public input to refine the analysis."
|
||||
}
|
||||
],
|
||||
"node_id": "0028",
|
||||
"summary": "The partial document discusses the potential impacts of regulatory harmonization on investors, including both positive and negative effects, and how it might influence their choice of financial firms and payment options for financial advice. It also examines interactions between Regulation Best Interest and state fiduciary standards, comparing current state standards for broker-dealers with the proposed regulations. Additionally, the document introduces the economic analysis of the proposed regulations, focusing on their primary goals, including promoting efficiency, competition, capital formation, and investor protection, while considering the costs, benefits, and competitive impacts as required by the Exchange Act."
|
||||
},
|
||||
{
|
||||
"title": "Economic Baseline",
|
||||
"start_index": 225,
|
||||
"end_index": 225,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Market for Advice Services",
|
||||
"start_index": 225,
|
||||
"end_index": 246,
|
||||
"node_id": "0032",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its impact on broker-dealers and retail customers. It provides an economic baseline analysis of the market for advice services, focusing on broker-dealers and investment advisers. Key points include:\n\n1. **Market Analysis**: Examination of broker-dealer services, including managing orders, providing advice, holding funds, and other financial activities. It highlights the diversity of services offered and the segmentation of the market.\n\n2. **Broker-Dealer Statistics**: Data on registered broker-dealers, customer accounts, and assets as of December 2017, including the concentration of assets among large firms and the prevalence of dual-registered broker-dealers.\n\n3. **Investment Advisers**: Analysis of SEC-registered and state-registered investment advisers, their assets under management (AUM), and their services to retail and institutional clients. It also discusses trends in the number of investment advisers and broker-dealers over time.\n\n4. **Trends and Shifts**: Observations on the decline in broker-dealers and the rise in investment advisers, driven by regulatory changes, technological innovation, and shifts toward fee-based advisory models.\n\n5. **Compensation Structures**: Overview of financial incentives for broker-dealers and investment advisers, including commission-based payouts, asset-based fees, and bonuses tied to performance and customer retention.\n\n6. **Regulatory Baseline**: Description of existing obligations for broker-dealers under federal securities laws, FINRA rules, and state regulations, including suitability obligations and disclosure of conflicts of interest.\n\nThe document provides a detailed foundation for understanding the regulatory and economic environment surrounding the proposed Regulation Best Interest."
|
||||
},
|
||||
{
|
||||
"title": "Regulatory Baseline",
|
||||
"start_index": 246,
|
||||
"end_index": 255,
|
||||
"node_id": "0033",
|
||||
"summary": "The partial document discusses the following main points:\n\n1. **Variable Compensation and Incentives for Financial Professionals**: It highlights how financial professionals' compensation could increase when enrolling retail customers in advisory accounts versus other account types, and mentions transition bonuses and non-cash incentives like trophies, dinners, and travel for meeting performance goals.\n\n2. **Regulation Best Interest**: The document outlines the requirements of Regulation Best Interest, which mandates broker-dealers to act in the best interest of retail customers when making recommendations, without prioritizing their own interests. It also describes how this regulation builds upon existing broker-dealer regulatory frameworks.\n\n3. **Suitability Obligations**: It explains the suitability obligations under federal securities laws and FINRA rules, requiring broker-dealers to ensure recommendations are suitable for customers based on their investment profiles. It details three primary suitability requirements: reasonable-basis, customer-specific, and quantitative suitability.\n\n4. **Disclosure Obligations**: The document discusses broker-dealers' obligations to disclose material information and conflicts of interest under antifraud provisions and FINRA rules, emphasizing the importance of honest and complete communication with customers.\n\n5. **Fiduciary Obligations and DOL Fiduciary Rule**: It examines fiduciary obligations imposed on broker-dealers under state common law and the Department of Labor\u2019s Fiduciary Rule, which expands fiduciary status for broker-dealers providing investment advice to retirement accounts. It also describes the Best Interest Contract (BIC) Exemption and related compliance requirements.\n\n6. **Impact of DOL Fiduciary Rule**: The document reviews the industry\u2019s response to the DOL Fiduciary Rule, including changes in product offerings, migration to fee-based models, and compliance costs. It highlights survey findings on reduced brokerage services, increased fees, and compliance expenses.\n\n7. **Benefits and Costs of Regulation Best Interest**: It evaluates the potential benefits of Regulation Best Interest in improving the quality of investment advice, enhancing retail customer protection, and helping customers evaluate advice, alongside the associated compliance costs for firms and customers."
|
||||
}
|
||||
],
|
||||
"node_id": "0031",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its impact on the market for broker-dealer services and the gains from trade shared between broker-dealers and retail customers. It provides an analysis of the market for broker-dealer services, treating it as a broad market with multiple segments, and outlines the various services broker-dealers provide, such as managing orders, providing financial advice, holding customer funds, handling trade settlements, and dealing in securities. The document also mentions other entities, such as state-registered investment advisers, commercial banks, and insurance companies, that provide financial advice services, and provides data on the number of such entities as of January 2018."
|
||||
},
|
||||
{
|
||||
"title": "Benefits, Costs, and Effects on Efficiency, Competition, and Capital Formation",
|
||||
"start_index": 255,
|
||||
"end_index": 258,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Benefits",
|
||||
"start_index": 258,
|
||||
"end_index": 272,
|
||||
"node_id": "0035",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which establishes a best interest obligation for broker-dealers under the Exchange Act. The main points covered include:\n\n1. **Best Interest Obligation**: The rule introduces three key components\u2014Disclosure Obligation, Care Obligation, and Conflict of Interest Obligations\u2014to ensure broker-dealers act in the best interest of retail customers, enhancing customer protection and addressing agency conflicts.\n\n2. **Disclosure Obligation**: Requires broker-dealers to provide written disclosures about their capacity, fees, services, and material conflicts of interest. This aims to reduce informational gaps, improve customer understanding, and enhance the quality of recommendations.\n\n3. **Care Obligation**: Mandates broker-dealers to act with diligence, care, skill, and prudence, ensuring recommendations align with the retail customer\u2019s best interest. This goes beyond existing suitability rules and promotes better-aligned recommendations.\n\n4. **Conflict of Interest Obligations**: Requires broker-dealers to establish, maintain, and enforce written policies to identify, disclose, mitigate, or eliminate material conflicts of interest, including those arising from financial incentives. This aims to reduce conflicts, improve recommendation quality, and build customer trust.\n\n5. **Benefits**: The regulation is expected to enhance the quality of recommendations, reduce agency conflicts, and improve retail customer welfare. However, the magnitude of these benefits is difficult to quantify due to data limitations and the complexity of assumptions.\n\n6. **Costs**: The document also acknowledges potential costs associated with implementing the best interest standard and its components, though specific cost estimates are not detailed.\n\nThe document emphasizes the flexibility provided to broker-dealers in complying with the obligations and the challenges in quantifying the benefits and costs due to data limitations."
|
||||
},
|
||||
{
|
||||
"title": "Costs",
|
||||
"start_index": 272,
|
||||
"end_index": 275,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Standard of Conduct Defined as Best Interest",
|
||||
"start_index": 275,
|
||||
"end_index": 275,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Operational Costs",
|
||||
"start_index": 275,
|
||||
"end_index": 277,
|
||||
"node_id": "0038",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which establishes a best interest standard of conduct for broker-dealers when making recommendations to retail customers. It outlines the operational and programmatic costs associated with implementing the rule, including the need for additional training for broker-dealers and their employees, particularly for those not already adhering to the best interest standard. The document highlights potential incremental costs for firms already aligned with the standard and substantial costs for those that are not. It also addresses the overlap and discrepancies between Regulation Best Interest and other regulations, such as the DOL Fiduciary Rule and the BIC Exemption, and the associated costs of compliance. Additionally, it notes that the proposed rule aims to reduce costs related to discrepancies between regulations for retirement and non-retirement accounts and mitigate costs for broker-dealers subject to overlapping regulations."
|
||||
},
|
||||
{
|
||||
"title": "Programmatic Costs",
|
||||
"start_index": 278,
|
||||
"end_index": 280,
|
||||
"node_id": "0039",
|
||||
"summary": "The partial document discusses the potential programmatic costs and legal implications of the proposed Regulation Best Interest rule on broker-dealers. Key points include:\n\n1. **Programmatic Costs**: The rule may limit broker-dealers' ability to make certain recommendations, potentially leading to revenue losses if they can no longer recommend higher-cost products that are inconsistent with the proposed best interest obligation but align with FINRA\u2019s suitability rule. The difficulty in quantifying these losses is noted due to the variability in recommendations based on customer profiles and circumstances.\n\n2. **Increased Legal Exposure**: Broker-dealers may face higher costs due to enhanced legal exposure, including potential increases in retail customer arbitrations. The rule introduces an enhanced standard of conduct, which could lead to additional costs for preparation and compliance, as well as enforcement actions.\n\n3. **Disclosure Obligation**: The proposed rule establishes explicit disclosure requirements for broker-dealers under the Exchange Act. It aims to create a more uniform level of disclosure regarding the material scope, terms of the broker-dealer and customer relationship, and conflicts of interest. Compliance with the Disclosure Obligation may overlap with requirements of the proposed Relationship Summary and Regulatory Status Disclosure.\n\n4. **Arbitration Implications**: The document highlights the role of arbitration clauses in brokerage agreements and the potential impact of the rule on the frequency of retail customer arbitrations, though it remains unclear to what extent the rule would affect arbitration numbers."
|
||||
}
|
||||
],
|
||||
"node_id": "0037",
|
||||
"summary": "The partial document discusses the establishment of a \"best interest\" standard of conduct for broker-dealers when making recommendations to retail customers. It highlights that while the rule aims to address conflicts of interest and enhance existing regulatory standards, it does not prohibit recommending higher-cost products if they align with customer needs. The document also examines the operational and programmatic costs associated with implementing the rule, including the need for additional training for broker-dealers. It references existing practices like face-to-face and computer-based training and notes the potential financial implications of compliance, citing related cost estimates from other regulatory frameworks."
|
||||
},
|
||||
{
|
||||
"title": "Disclosure Obligation",
|
||||
"start_index": 280,
|
||||
"end_index": 286,
|
||||
"node_id": "0040",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its implications for broker-dealers. Key points include:\n\n1. **Disclosure Obligation**: The regulation introduces enhanced disclosure requirements for broker-dealers, including providing detailed information about the scope, terms, fees, and material conflicts of interest in their relationships with retail customers. It aims to improve transparency and uniformity in disclosures, going beyond existing obligations. Compliance may involve additional costs and record-keeping requirements, with flexibility in the form, timing, and method of disclosures.\n\n2. **Record-Making and Record-Keeping Requirements**: Proposed amendments to Exchange Act Rules 17a-3 and 17a-4 would require broker-dealers to create and retain records of information collected from and provided to retail customers. This imposes significant initial and ongoing costs and burdens on broker-dealers.\n\n3. **Care Obligation**: The regulation extends broker-dealers' obligations by requiring recommendations to be in the best interest of retail customers based on their investment profiles. It also mandates that a series of transactions must not be excessive and must align with the customer\u2019s best interest, even if the broker-dealer does not have control over the account.\n\n4. **Cost Implications**: The document provides detailed estimates of the initial and ongoing costs and burdens associated with compliance, including preparation, delivery, and record-keeping efforts, as well as the financial impact on broker-dealers."
|
||||
},
|
||||
{
|
||||
"title": "Obligation to Exercise Reasonable Diligence, Care, Skill, and Prudence in Making a Recommendation",
|
||||
"start_index": 286,
|
||||
"end_index": 290,
|
||||
"node_id": "0041",
|
||||
"summary": "The partial document discusses the proposed \"Care Obligation\" under Regulation Best Interest, which enhances broker-dealer responsibilities beyond existing FINRA suitability rules. Key points include:\n\n1. **Enhanced Standards for Recommendations**: Broker-dealers must ensure recommendations are in the retail customer\u2019s best interest, not just suitable, and that a series of transactions is not excessive, regardless of account control.\n\n2. **Customer Investment Profile**: Broker-dealers are required to collect and evaluate detailed customer investment profile information (e.g., age, financial situation, risk tolerance) to meet the best interest standard.\n\n3. **Recordkeeping Requirements**: Proposed amendments to Rule 17a-4(e)(5) mandate broker-dealers retain customer investment profile information and conflict disclosures for six years, imposing additional compliance costs.\n\n4. **Conflict of Interest Obligations**: Broker-dealers must establish, maintain, and enforce written policies to identify, disclose, or eliminate material conflicts of interest associated with recommendations, such as proprietary products, share class selection, or account rollovers.\n\n5. **Cost Implications**: The proposed rule may increase costs for broker-dealers due to compliance and legal exposure, with potential cost pass-through to retail customers.\n\n6. **Comparison to Existing Standards**: The Care Obligation introduces a best interest requirement absent in current suitability rules and removes the control element for evaluating excessive transactions, potentially increasing arbitration risks.\n\n7. **Regulatory Enhancements**: Regulation Best Interest imposes stricter obligations compared to existing antifraud provisions, as it does not require an element of fraud or deceit to enforce compliance."
|
||||
},
|
||||
{
|
||||
"title": "Obligation to Establish, Maintain, and Enforce Written Policies and Procedures Reasonably Designed to Identify and at a Minimum Disclose, or Eliminate, All Material Conflicts of Interest Associated with a Recommendation",
|
||||
"start_index": 290,
|
||||
"end_index": 295,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Eliminate Material Conflicts of Interest Associated with a Recommendation",
|
||||
"start_index": 295,
|
||||
"end_index": 297,
|
||||
"node_id": "0043",
|
||||
"summary": "The partial document discusses the obligations of broker-dealers to address material conflicts of interest associated with their recommendations to retail customers. It outlines two main approaches: \n\n1. **Eliminating Material Conflicts of Interest**: Broker-dealers are required to establish policies to eliminate conflicts of interest tied to financial incentives, such as removing incentives for recommending certain products, not offering products with associated incentives, or altering how transactions are executed. This may impact broker-dealer revenue, the range of recommended securities, market liquidity, and the quality of execution.\n\n2. **Disclosing Material Conflicts of Interest**: If conflicts are not eliminated, broker-dealers must disclose them through written policies and procedures. The document references existing disclosure requirements under antifraud obligations, Exchange Act rules, and FINRA rules, including Rule 10b-5 and Rule 10b-10, which mandate transparency about pricing, markups, and the broker-dealer's role in transactions.\n\nThe document emphasizes the importance of compliance with these obligations to mitigate or disclose conflicts and the potential market and operational impacts of these measures."
|
||||
},
|
||||
{
|
||||
"title": "At a Minimum Disclose Material Conflicts of Interest Associated with a Recommendation",
|
||||
"start_index": 297,
|
||||
"end_index": 299,
|
||||
"node_id": "0044",
|
||||
"summary": "The partial document discusses the obligations of broker-dealers under proposed Regulation Best Interest to address material conflicts of interest associated with recommendations. Key points include:\n\n1. **Disclosure of Material Conflicts of Interest**: Broker-dealers must establish, maintain, and enforce written policies and procedures to disclose material conflicts of interest that are not eliminated. This includes compliance with existing antifraud obligations, Exchange Act rules, and FINRA rules.\n\n2. **Flexibility in Disclosure**: Regulation Best Interest does not prescribe a specific process for disclosure, allowing broker-dealers flexibility to comply in ways consistent with their business practices. Disclosure is seen as a cost-effective alternative to eliminating conflicts, preserving beneficial recommendations for retail customers.\n\n3. **Costs of Compliance**: The document acknowledges potential higher costs for broker-dealers to meet enhanced disclosure obligations but notes challenges in quantifying these costs due to variability in current practices and compliance methods.\n\n4. **Conflict of Interest Obligation**: Broker-dealers must establish, maintain, and enforce written policies and procedures to identify, disclose, mitigate, or eliminate material conflicts of interest arising from financial incentives. Examples include fee structures, employee compensation, sales contests, and third-party compensation practices.\n\n5. **Examples of Financial Incentives**: Material conflicts may arise from differential or variable compensation, fees on proprietary products, and principal transactions. Policies should outline how firms identify and address such conflicts."
|
||||
}
|
||||
],
|
||||
"node_id": "0042",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its requirements for broker-dealers, focusing on the Care Obligation and Conflict of Interest Obligations. Key points include:\n\n1. **Record-Making and Recordkeeping Obligations**: Broker-dealers must create or modify documents, such as standardized questionnaires, to reflect customer investment profiles, with associated costs detailed in other sections.\n\n2. **Conflict of Interest Obligations**: Broker-dealers are required to establish, maintain, and enforce written policies and procedures to identify, disclose, or eliminate material conflicts of interest associated with recommendations. These conflicts may arise from financial incentives, proprietary products, affiliated products, share class recommendations, securities underwriting, account rollovers, and allocation of investment opportunities.\n\n3. **Disclosure or Elimination of Conflicts**: Broker-dealers must provide retail customers with specific written disclosures to help them understand conflicts or eliminate conflicts by removing incentives or avoiding certain products.\n\n4. **Compliance and Supervision**: Broker-dealers must develop risk-based compliance systems to enforce these policies, leveraging existing supervisory systems where possible.\n\n5. **Costs and Burdens**: The document outlines significant initial and ongoing costs and burdens for broker-dealers to comply with these obligations, including updates to policies, training, and technology.\n\n6. **Dealer Activities and Conflicts**: The document highlights how dealer activities, such as selling proprietary products or acting as market makers, may create conflicts of interest that must be addressed under the proposed regulation."
|
||||
},
|
||||
{
|
||||
"title": "Obligation to Establish, Maintain, and Enforce Written Policies and Procedures Reasonably Designed to Identify and Disclose and Mitigate, or Eliminate, Material Conflicts of Interest Arising from Financial Incentives Associated with a Recommendation",
|
||||
"start_index": 299,
|
||||
"end_index": 301,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Eliminate Material Conflicts Arising from Financial Incentives Associated with a Recommendation",
|
||||
"start_index": 301,
|
||||
"end_index": 304,
|
||||
"node_id": "0046",
|
||||
"summary": "The partial document discusses the conflicts of interest arising from financial incentives in broker-dealer operations, particularly in the context of compensation arrangements with third-party product sponsors. It highlights the financial incentives and conflicts that broker-dealers face when recommending products to retail customers and the potential measures to mitigate or eliminate these conflicts, such as crediting compensation to customers or ceasing recommendations for certain products. The document also examines the potential revenue losses for broker-dealers and the impact on retail customers' access to advice if conflicts are eliminated. Additionally, it addresses internal compensation structures for registered representatives, their alignment with broker-dealer incentives, and the potential costs and consequences of eliminating such structures. The document emphasizes the challenges in quantifying these costs and the importance of establishing policies to disclose and mitigate material conflicts of interest, particularly those related to financial incentives, under regulatory obligations."
|
||||
},
|
||||
{
|
||||
"title": "Disclose and Mitigate Material Conflicts of Interest Arising from Financial Incentives Associated with a Recommendation",
|
||||
"start_index": 304,
|
||||
"end_index": 316,
|
||||
"node_id": "0047",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its implications for broker-dealers, retail customers, and product sponsors. Key points include:\n\n1. **Conflict of Interest Obligations**: Broker-dealers are required to establish, maintain, and enforce written policies and procedures to disclose, mitigate, or eliminate material conflicts of interest arising from financial incentives. This includes conflicts related to internal compensation structures and arrangements with product sponsors.\n\n2. **Disclosure Requirements**: The regulation mandates broker-dealers to provide retail customers with specific information about material conflicts of interest, enabling informed decision-making. These disclosure obligations go beyond existing requirements.\n\n3. **Cost Implications**: The document highlights the potential costs for broker-dealers in implementing conflict mitigation measures, such as revenue loss, compliance costs, and changes to compensation structures. Retail customers may also bear costs, including reduced investment choices and potentially lower-quality advice.\n\n4. **Flexibility in Compliance**: Broker-dealers are given flexibility to tailor conflict mitigation measures to their business practices, which may vary based on firm size, customer base, and product complexity.\n\n5. **Impact on Product Sponsors**: The regulation may affect product sponsors by reducing the availability of certain products through broker-dealers, potentially impacting funding for these products.\n\n6. **Market Effects**: The regulation's impact on efficiency, competition, and capital formation is discussed, with a focus on the tradeoff between benefits and costs. It aims to improve the alignment of broker-dealer recommendations with retail customers' best interests while considering potential market disruptions.\n\n7. **Challenges in Quantification**: The document notes difficulties in quantifying costs and impacts due to a lack of data and the wide range of assumptions required.\n\n8. **Examples of Mitigation Measures**: Examples include \"product agnostic\" compensation structures, clean shares, and surveillance mechanisms to address conflicts of interest.\n\nThe document emphasizes the balance between protecting retail customers and the operational and financial implications for broker-dealers and product sponsors."
|
||||
}
|
||||
],
|
||||
"node_id": "0045",
|
||||
"summary": "The partial document discusses the obligations of broker-dealers to establish, maintain, and enforce written policies and procedures designed to identify, disclose, and mitigate or eliminate material conflicts of interest arising from financial incentives associated with recommendations. It highlights the types of financial incentives that create conflicts, such as compensation structures, fees, commissions, and third-party arrangements. The document outlines potential policies and procedures broker-dealers could adopt, including compliance reviews, monitoring systems, conflict escalation processes, and training. It also addresses the costs and revenue implications of eliminating such conflicts, including the potential loss of revenue from compensation arrangements with product sponsors and the impact on retail customers' access to advice. The document emphasizes the need for broker-dealers to adapt supervisory systems to meet these requirements."
|
||||
}
|
||||
],
|
||||
"node_id": "0036",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which establishes a best interest standard of conduct for broker-dealers when making recommendations to retail customers. Key points include:\n\n1. **Flexibility for Broker-Dealers**: Broker-dealers are allowed flexibility in addressing conflicts of interest arising from financial incentives, either through disclosure and mitigation or elimination, and in developing supervisory systems tailored to their business practices.\n\n2. **Benefits**: The document highlights potential benefits of the regulation, such as improved alignment of broker-dealer recommendations with retail customers' best interests. However, the Commission is unable to quantify these benefits due to a lack of data and the wide range of assumptions required.\n\n3. **Costs**: The regulation would impose direct and indirect costs on broker-dealers, retail customers, and other stakeholders. Costs include compliance with Disclosure, Care, and Conflict of Interest Obligations, operational and legal expenses, potential revenue loss from avoiding certain recommendations, and possible limitations on retail customer choice.\n\n4. **Operational Costs**: Broker-dealers may incur additional costs for training employees to comply with the enhanced best interest standard, which builds upon existing federal securities laws and SRO rules.\n\n5. **Tension and Trade-offs**: The regulation may create tension between broker-dealers' regulatory requirements and their incentives to provide high-quality recommendations, particularly for costly or complex products. While the regulation aims to address conflicts of interest, it does not restrict broker-dealers from recommending higher-cost products if they meet the best interest standard.\n\n6. **Standard of Conduct**: The best interest standard is designed to enhance existing broker-dealer obligations, ensuring recommendations align with retail customers' needs and goals."
|
||||
}
|
||||
],
|
||||
"node_id": "0034",
|
||||
"summary": "The partial document discusses the compliance costs and benefits associated with Regulation Best Interest, a standard of conduct for broker-dealers. It highlights the significant compliance costs incurred by firms of varying sizes, with large firms facing higher start-up and ongoing costs. The document outlines the potential benefits of the regulation, including improved investment advice quality, enhanced retail customer protection, and better evaluation of broker-dealer recommendations. It details the three components of the best interest obligation: the Disclosure Obligation, which reduces informational gaps and improves customer understanding of broker-dealer practices; the Care Obligation, which ensures higher-quality advice; and the Conflict of Interest Obligations, which address material conflicts and enhance customer decision-making. The document also acknowledges potential costs, such as reduced product offerings, compliance burdens, and challenges in quantifying the regulation's benefits and costs due to limited data and varying broker-dealer practices."
|
||||
},
|
||||
{
|
||||
"title": "Effects on Efficiency, Competition, and Capital Formation",
|
||||
"start_index": 316,
|
||||
"end_index": 324,
|
||||
"node_id": "0048",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its potential impacts on broker-dealers, retail customers, product sponsors, and the broader financial market. Key points include:\n\n1. **Funding Costs for Product Sponsors**: The rule may impose funding costs on product sponsors due to changes in broker-dealer recommendations, but the magnitude of these costs is difficult to quantify due to data limitations and varying compliance approaches.\n\n2. **Impact on Efficiency, Competition, and Capital Formation**:\n - **Efficiency**: The rule aims to improve the quality of broker-dealer recommendations, potentially enhancing retail customers' portfolio efficiency and capital allocation in the economy.\n - **Competition**: The rule could increase competition among broker-dealers by improving customer trust, but it may also impose costs that could reduce competition or lead to higher prices for advice. Dual-registrants may gain a competitive advantage over standalone broker-dealers.\n - **Capital Formation**: Enhanced recommendations may lead to increased retail investment, promoting capital formation. However, reduced broker-dealer recommendations for certain products could negatively impact capital allocation efficiency.\n\n3. **Product-Specific Impacts**: The rule may lead to increased demand for certain products where gains from trade improve, while reducing recommendations for others, potentially affecting pricing, availability, and competition among product sponsors.\n\n4. **Mitigation Measures and Product Sponsor Competition**: Compliance with the rule may shift product sponsor competition from compensation arrangements to product quality, potentially improving capital allocation efficiency.\n\n5. **Reasonable Alternatives**: Alternatives to the proposed rule, such as a disclosure-only approach or a principles-based standard, are considered to address the rule's objectives."
|
||||
},
|
||||
{
|
||||
"title": "Reasonable Alternatives",
|
||||
"start_index": 324,
|
||||
"end_index": 325,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Disclosure-Only Alternative",
|
||||
"start_index": 325,
|
||||
"end_index": 327,
|
||||
"node_id": "0050",
|
||||
"summary": "The partial document discusses alternatives to the proposed Regulation Best Interest, focusing on two main approaches: \n\n1. **Disclosure-Only Alternative**: This approach would require broker-dealers to disclose all material facts and conflicts of interest without mandating the establishment of policies to mitigate or eliminate such conflicts. It emphasizes increased transparency through disclosures like a relationship summary and regulatory status disclosure. However, it is considered less effective in protecting retail customers as it lacks a best interest standard and places the burden on customers to interpret disclosures.\n\n2. **Principles-Based Standard of Conduct Obligation**: This alternative would allow broker-dealers to develop their own standards based on their business models, focusing on providing recommendations in the best interest of customers without explicit requirements to disclose or mitigate conflicts. While offering flexibility and lower compliance costs, it is deemed less effective in reducing harm to retail customers compared to the proposed Regulation Best Interest, which includes explicit obligations for care, conflict mitigation, and acting in the customer\u2019s best interest."
|
||||
},
|
||||
{
|
||||
"title": "Principles-Based Standard of Conduct Obligation",
|
||||
"start_index": 327,
|
||||
"end_index": 328,
|
||||
"node_id": "0051",
|
||||
"summary": "The partial document discusses the evaluation of alternatives to the proposed Regulation Best Interest by the Commission. It covers three main points:\n\n1. **Disclosure-Only Rule**: The Commission believes a disclosure-only rule would be less effective in protecting retail customers and reducing investor harm compared to the proposed Regulation Best Interest, which includes additional obligations.\n\n2. **Principles-Based Standard of Conduct**: This alternative would allow broker-dealers to develop their own standards based on their business models without explicit requirements to disclose, mitigate, or eliminate conflicts of interest. While it offers flexibility and potentially lower compliance costs, the Commission finds it less effective in reducing harm to retail customers due to potential inconsistencies and lack of clear guidance.\n\n3. **Fiduciary Standard for Broker-Dealers**: The document briefly mentions the possibility of imposing a fiduciary standard on broker-dealers for retail customers, noting that fiduciary standards vary across different financial institutions.\n\nThe Commission concludes that the proposed Regulation Best Interest, with its specific Disclosure, Care, and Conflict of Interest Obligations, is more effective in enhancing investor protection and reducing harm than the alternatives discussed."
|
||||
},
|
||||
{
|
||||
"title": "A Fiduciary Standard for Broker-Dealers",
|
||||
"start_index": 328,
|
||||
"end_index": 332,
|
||||
"node_id": "0052",
|
||||
"summary": "The partial document discusses the regulatory standards for broker-dealers and investment advisers, focusing on retail customer protection. It compares principles-based standards, Regulation Best Interest, and fiduciary standards, highlighting their implications for conflicts of interest, investor harm, and market dynamics. The document emphasizes the need for tailored regulatory approaches to address the distinct business models of broker-dealers and investment advisers, noting the episodic nature of broker-dealer relationships versus the ongoing monitoring by investment advisers. It evaluates the potential benefits and drawbacks of a uniform fiduciary standard, including its impact on customer choice, market differentiation, and legal certainty. Additionally, it explores an alternative approach involving enhanced standards akin to the DOL\u2019s BIC Exemption, considering its tradeoffs for retail customers, broker-dealers, and market participants. The document ultimately supports maintaining separate regulatory standards while enhancing protections through Regulation Best Interest and related disclosures."
|
||||
},
|
||||
{
|
||||
"title": "Enhanced Standards Akin to Conditions of the BIC Exemption",
|
||||
"start_index": 332,
|
||||
"end_index": 335,
|
||||
"node_id": "0053",
|
||||
"summary": "The partial document discusses the regulatory standards for broker-dealers and investment advisers, focusing on the potential adoption of a fiduciary standard and disclosure requirements similar to the Department of Labor's (DOL) Best Interest Contract (BIC) Exemption. It evaluates the economic effects, tradeoffs, and potential impacts on broker-dealers, retail customers, and the market for investment advice. Key points include:\n\n1. Maintaining separate regulatory standards for broker-dealers and investment advisers while enhancing retail customer protections through Regulation Best Interest and Form CRS Relationship Summary Disclosure.\n2. Considering an alternative fiduciary standard for broker-dealers, akin to the BIC Exemption, applicable to all retail accounts, not just retirement accounts.\n3. Analyzing the potential costs and benefits of such a standard, including increased compliance costs for broker-dealers, potential price increases for retail customers, and possible market exits or consolidations among broker-dealers and investment advisers.\n4. Exploring competitive effects between broker-dealers, investment advisers, and other financial advice providers, as well as the potential shift from commission-based to fee-based accounts.\n5. Highlighting challenges in quantifying costs and benefits and acknowledging differences in regulatory focus between the Commission and the DOL.\n6. Requesting public comments on the economic analysis, including the identification of problems, benefits, costs, and alternative approaches."
|
||||
}
|
||||
],
|
||||
"node_id": "0049",
|
||||
"summary": "The partial document discusses the potential impacts of the \"best interest\" standard on broker-dealer recommendations, capital formation, and portfolio allocation efficiency. It highlights how compliance with the best interest obligation could shift competition among product sponsors toward product quality, potentially improving capital allocation efficiency. The document also explores alternatives to the proposed Regulation Best Interest, including a disclosure-only alternative, a principles-based standard, a fiduciary standard, and enhanced standards similar to the BIC Exemption. The disclosure-only alternative is detailed, emphasizing increased transparency through material fact and conflict disclosures, which could benefit retail customers by providing more information about broker-dealer relationships and conflicts of interest."
|
||||
},
|
||||
{
|
||||
"title": "Request for Comment",
|
||||
"start_index": 335,
|
||||
"end_index": 338,
|
||||
"node_id": "0054",
|
||||
"summary": "The partial document discusses the potential economic impacts, costs, and benefits of requiring broker-dealers to comply with a fiduciary standard and conditions similar to the BIC Exemption. It highlights the challenges in quantifying these impacts and notes differences in regulatory approaches between the Commission and the Department of Labor. The document includes a detailed request for public comments on various aspects of the proposed regulations, including the characterization of broker-dealer and retail customer relationships, financial incentives, benefits, costs, and assumptions underlying the analysis. It seeks input on the effects of the proposed rule on efficiency, competition, and capital formation, as well as alternative approaches and their potential impacts. Additionally, it raises questions about the treatment of discretionary investment advice and its implications for broker-dealers and retail customers."
|
||||
}
|
||||
],
|
||||
"node_id": "0027",
|
||||
"summary": "The partial document discusses the potential impacts of regulatory harmonization on investors, including their choices of financial firms and payment options for financial advice. It explores interactions between Regulation Best Interest and state fiduciary standards, comparing current state standards with proposed regulations. Additionally, the document introduces the economic analysis of proposed regulations, focusing on their primary goals, including promoting efficiency, competition, capital formation, and investor protection, while considering the costs, benefits, and competitive impacts as required by the Exchange Act."
|
||||
},
|
||||
{
|
||||
"title": "PAPERWORK REDUCTION ACT ANALYSIS",
|
||||
"start_index": 338,
|
||||
"end_index": 340,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Respondents Subject to Proposed Regulation Best Interest and Proposed Amendments to Rule 17a-3(a)(25), Rule 17a-4(e)(5)",
|
||||
"start_index": 340,
|
||||
"end_index": 340,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Broker-Dealers",
|
||||
"start_index": 340,
|
||||
"end_index": 340,
|
||||
"node_id": "0057",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which aims to impose a best interest obligation on broker-dealers and their associated persons when making securities recommendations to retail customers. It highlights the flexibility provided to broker-dealers in meeting these obligations and outlines assumptions regarding compliance with Regulation Best Interest and amendments to Rules 17a-3(a)(25) and 17a-4(e)(5). The document provides data on the number of broker-dealers registered with the Commission as of December 31, 2017, noting that approximately 74.4% of them have retail customers and would likely be subject to the proposed regulations. It also addresses the application of the best interest obligation to natural persons associated with broker-dealers."
|
||||
},
|
||||
{
|
||||
"title": "Natural Persons Who Are Associated Persons of Broker-Dealers",
|
||||
"start_index": 340,
|
||||
"end_index": 341,
|
||||
"node_id": "0058",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest and its implications for broker-dealers and associated persons. It outlines the best interest obligation imposed on broker-dealers and their representatives when making recommendations to retail customers regarding securities transactions or investment strategies. The document provides data on the number of broker-dealers and associated persons likely affected by the regulation, including standalone broker-dealers, dually-registered firms, and retail-facing licensed representatives. It also details the requirements for compliance, such as disclosing material facts and conflicts of interest in writing to retail customers. Additionally, it references proposed amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) and includes preliminary estimates of the affected population based on regulatory filings."
|
||||
}
|
||||
],
|
||||
"node_id": "0056",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which aims to impose a best interest obligation on broker-dealers and their associated persons when making securities or investment strategy recommendations to retail customers. It highlights the flexibility provided to broker-dealers in meeting these obligations and includes assumptions about compliance with Regulation Best Interest and amendments to Rules 17a-3(a)(25) and 17a-4(e)(5). The document provides data on the number of broker-dealers registered with the Commission as of December 31, 2017, noting that approximately 74.4% of them have retail customers and would likely be subject to the proposed regulations. It also extends the best interest obligation to natural persons associated with broker-dealers."
|
||||
},
|
||||
{
|
||||
"title": "Summary of Collections of Information",
|
||||
"start_index": 341,
|
||||
"end_index": 342,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Conflict of Interest Obligations",
|
||||
"start_index": 342,
|
||||
"end_index": 352,
|
||||
"node_id": "0060",
|
||||
"summary": "The partial document discusses the obligations and requirements under Regulation Best Interest for broker-dealers, focusing on conflict of interest policies, record-making and retention obligations, and associated costs and burdens. Key points include:\n\n1. **Conflict of Interest Obligations**: Broker-dealers must establish, maintain, and enforce written policies to identify, disclose, mitigate, or eliminate material conflicts of interest, including those arising from financial incentives. These policies aim to ensure recommendations are in the best interest of retail customers.\n\n2. **Record-Making and Retention Requirements**: Proposed amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) introduce new obligations for broker-dealers to document and retain compliance-related records.\n\n3. **Costs and Burdens**: The document estimates initial and ongoing costs and burdens for broker-dealers to comply with these obligations, including:\n - Developing and updating written policies and procedures.\n - Identifying and managing material conflicts of interest.\n - Modifying technological infrastructure for conflict identification.\n - Training registered representatives on compliance with Regulation Best Interest.\n\n4. **Training Programs**: Broker-dealers are expected to develop and implement training modules for registered representatives, with initial and ongoing training requirements.\n\nThe document provides detailed cost and burden estimates for both small and large broker-dealers, highlighting variations based on size and complexity of operations."
|
||||
},
|
||||
{
|
||||
"title": "Disclosure Obligation",
|
||||
"start_index": 353,
|
||||
"end_index": 370,
|
||||
"node_id": "0061",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, focusing on the Disclosure Obligation for broker-dealers when recommending securities transactions or strategies to retail customers. Key points include:\n\n1. **Disclosure Obligation**: Broker-dealers must disclose, in writing, material facts about the scope and terms of their relationship with retail customers and all material conflicts of interest associated with recommendations. This aims to enhance customer understanding of services, fees, and conflicts of interest.\n\n2. **Disclosure of Capacity, Fees, and Services**: Broker-dealers must provide standardized account disclosures, including their capacity (e.g., broker-dealer or dual-registrant), comprehensive fee schedules, and the types and scope of services offered. These disclosures must be updated and delivered to customers at the beginning of the relationship or when material changes occur.\n\n3. **Disclosure of Conflicts of Interest**: Broker-dealers are required to disclose all material conflicts of interest through standardized documents, updated annually or as needed, and delivered to customers.\n\n4. **Costs and Burdens**: The document estimates the initial and ongoing costs and burdens for broker-dealers to comply with these obligations, including drafting, reviewing, and delivering disclosures. Costs vary based on the size of the broker-dealer and the complexity of their services.\n\n5. **Record-Making and Recordkeeping**: Proposed amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) require broker-dealers to maintain records of information collected from and provided to retail customers, aiding compliance, supervision, and regulatory examinations."
|
||||
},
|
||||
{
|
||||
"title": "Care Obligation",
|
||||
"start_index": 370,
|
||||
"end_index": 370,
|
||||
"node_id": "0062",
|
||||
"summary": "The partial document discusses the estimated ongoing burden hours for broker-dealers under proposed Regulation Best Interest, specifically focusing on the Care Obligation and Record-making and Recordkeeping Obligations. It outlines the requirements for broker-dealers to assess the risks and rewards of recommendations to ensure they are in the best interest of retail customers. Additionally, it details the record-making requirements under proposed Rule 17a-3(a)(25), which include maintaining records of information collected from and provided to retail customers. The document also highlights the purpose of these records in aiding compliance, supervision, and regulatory examinations or investigations, and provides calculations for the estimated burden hours associated with these obligations."
|
||||
},
|
||||
{
|
||||
"title": "Record-Making and Recordkeeping Obligations",
|
||||
"start_index": 370,
|
||||
"end_index": 375,
|
||||
"node_id": "0063",
|
||||
"summary": "The partial document discusses the estimated costs, burdens, and obligations associated with proposed Regulation Best Interest and amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) for broker-dealers. Key points include:\n\n1. **Care Obligation**: Broker-dealers must assess the risks and rewards of recommendations to ensure they align with the best interests of retail customers. Related costs and burdens are addressed under Rule 17a-3(a)(25).\n\n2. **Record-Making Obligations**: Broker-dealers are required to document information collected from and provided to retail customers, including the identity of associated persons responsible for accounts. Initial and ongoing costs for compliance, including updates to account disclosure documents, are detailed.\n\n3. **Recordkeeping Obligations**: Broker-dealers must retain records for at least six years, leveraging existing systems for compliance. Initial and ongoing burdens for maintaining and updating records, including account documents, fee schedules, and conflict disclosures, are quantified.\n\n4. **Cost Estimates**: The document provides detailed calculations of aggregate and per-broker-dealer costs and burden hours for compliance with the proposed rules.\n\n5. **Mandatory Compliance**: The collection of information is mandatory for all broker-dealers, with certain disclosures not kept confidential.\n\n6. **Request for Comments**: The document seeks feedback on assumptions regarding costs, storage requirements, and compliance burdens."
|
||||
}
|
||||
],
|
||||
"node_id": "0059",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest, which requires broker-dealers to act in the best interest of retail customers when recommending securities transactions or investment strategies. Key points include: \n\n1. The regulation applies to approximately 435,071 retail-facing, licensed representatives at standalone broker-dealers or dually-registered firms.\n2. The best interest obligation is satisfied through reasonable disclosure of material facts, exercising diligence and care in recommendations, and establishing written policies to identify, disclose, mitigate, or eliminate material conflicts of interest.\n3. Proposed amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) introduce new record-making and record-retention obligations for broker-dealers.\n4. The regulation imposes distinct information collection requirements and associated costs for broker-dealers, particularly regarding conflict of interest obligations, which require broker-dealer entities to maintain policies addressing material conflicts of interest."
|
||||
},
|
||||
{
|
||||
"title": "Collection of Information is Mandatory",
|
||||
"start_index": 375,
|
||||
"end_index": 375,
|
||||
"node_id": "0064",
|
||||
"summary": "The partial document discusses the ongoing costs and burdens associated with the proposed amendments to Rule 17a-4(e)(5) and Rule 17a-3(a)(25), estimating an annual burden of 3.17 million hours for recordkeeping. It highlights that compliance costs for the retention schedule are not expected to change from current levels but seeks comments on the frequency and additional costs of record collection, updates, and retention. The document also notes that the collection of information under \"Regulation Best Interest\" and the proposed amendments to Rules 17a-3 and 17a-4 is mandatory for broker-dealers. Additionally, it specifies that written disclosures to retail customers under Regulation Best Interest would not be confidential, while other information may be."
|
||||
},
|
||||
{
|
||||
"title": "Confidentiality",
|
||||
"start_index": 375,
|
||||
"end_index": 376,
|
||||
"node_id": "0065",
|
||||
"summary": "The partial document discusses the ongoing costs and burdens associated with proposed amendments to Rule 17a-4(e)(5) and related recordkeeping requirements, estimating an annual burden of 3.17 million hours. It addresses compliance costs, the frequency of record updates, and requests comments on potential additional costs. The document outlines mandatory information collection requirements under \"Regulation Best Interest\" and amendments to Rules 17a-3 and 17a-4, noting that certain disclosures to retail customers are not confidential, while information provided to the Commission during examinations or investigations is confidential. The Commission seeks public comments on burden estimates, associated costs, and ways to improve the quality and utility of the information collected, as well as feedback on other issues related to Regulation Best Interest."
|
||||
},
|
||||
{
|
||||
"title": "Request for Comment",
|
||||
"start_index": 376,
|
||||
"end_index": 377,
|
||||
"node_id": "0066",
|
||||
"summary": "The partial document discusses the confidentiality of information provided to the Commission during examinations or investigations, subject to applicable law. It includes a request for public comments on the estimated reporting burdens and associated costs of Regulation Best Interest, as well as proposed amendments to Rules 17a-3 and 17a-4. The Commission seeks feedback on various aspects, including the number of associated persons and broker-dealers making securities-related recommendations, unaddressed costs or burdens, and ways to improve the quality and clarity of information collection. Additionally, it invites comments on minimizing the burden of information collection through technology. The document also addresses the Small Business Regulatory Enforcement Fairness Act (SBREFA), requiring the Commission to determine if the proposed regulation qualifies as a \"major\" rule, defined by significant economic impact, such as an annual effect of $100 million or more."
|
||||
}
|
||||
],
|
||||
"node_id": "0055",
|
||||
"summary": "The partial document discusses the proposed rules and amendments under the Regulation Best Interest framework, focusing on the obligations of broker-dealers and their associated persons when making recommendations to retail customers. It seeks public comments on the costs, benefits, and potential alternatives to the proposed rules, as well as their impact on efficiency, competition, and capital formation. The document also addresses the Paperwork Reduction Act (PRA) analysis, detailing new \"collection of information\" requirements and their submission to the Office of Management and Budget (OMB) for approval. Key provisions include improving disclosure about broker-dealer relationships, enhancing recommendation quality, mitigating conflicts of interest, and providing flexibility for broker-dealers in compliance. The document provides data on the number of broker-dealers and associated persons potentially affected by the proposed rules."
|
||||
},
|
||||
{
|
||||
"title": "SMALL BUSINESS REGULATORY ENFORCEMENT FAIRNESS ACT",
|
||||
"start_index": 377,
|
||||
"end_index": 378,
|
||||
"node_id": "0067",
|
||||
"summary": "The partial document discusses the evaluation of methods to minimize the burden of information collection, including automated techniques, and provides instructions for submitting comments on Regulation Best Interest to the Office of Management and Budget (OMB) and the Securities and Exchange Commission (SEC). It outlines the requirements under the Small Business Regulatory Enforcement Fairness Act (SBREFA) to determine if a proposed regulation is a \"major\" rule based on its economic impact, cost implications, or effects on competition, investment, or innovation. The document also requests public comments on the potential economic and industry impacts of Regulation Best Interest and includes an Initial Regulatory Flexibility Act (RFA) analysis, which requires federal agencies to assess the impact of proposed rules on small entities."
|
||||
},
|
||||
{
|
||||
"title": "INITIAL REGULATORY FLEXIBILITY ACT ANALYSIS",
|
||||
"start_index": 378,
|
||||
"end_index": 379,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Reasons for and Objectives of the Proposed Action",
|
||||
"start_index": 379,
|
||||
"end_index": 381,
|
||||
"node_id": "0069",
|
||||
"summary": "The partial document discusses the proposed Regulation Best Interest by the Commission, which aims to establish a standard of conduct for broker-dealers and associated persons when making recommendations to retail customers. Key points include:\n\n1. **Proposed Standard of Conduct**: Broker-dealers must act in the best interest of retail customers, avoiding prioritization of their own financial interests. This includes disclosing material facts, exercising diligence, and addressing conflicts of interest through written policies.\n\n2. **Objectives of Regulation Best Interest**: \n - Enhance the quality of broker-dealer recommendations.\n - Improve disclosure of conflicts of interest and relationship terms.\n - Reduce investor confusion and align broker-dealer obligations with investor expectations.\n - Facilitate consistent regulation across retirement and non-retirement assets.\n - Preserve investor choice and access to affordable advice and products.\n\n3. **Record-Making and Retention Obligations**: Amendments to Rules 17a-3 and 17a-4 would impose new requirements for broker-dealers to document and retain information related to recommendations made under Regulation Best Interest.\n\n4. **Legal Basis**: The proposal is grounded in the Dodd-Frank Act and various sections of the Exchange Act.\n\n5. **Impact on Small Entities**: The document outlines criteria for small broker-dealers subject to the proposed rule, focusing on those with total capital below $500,000."
|
||||
},
|
||||
{
|
||||
"title": "Legal Basis",
|
||||
"start_index": 381,
|
||||
"end_index": 381,
|
||||
"node_id": "0070",
|
||||
"summary": "The partial document discusses proposed amendments to SEC rules impacting broker-dealers under Regulation Best Interest. It outlines new record-making obligations under Rule 17a-3(a)(25) and new record retention requirements under Rule 17a-4(e)(5). These amendments would require broker-dealers to document and retain all information collected from and provided to retail customers, including the identity of associated persons responsible for accounts, for six years. The legal basis for these changes is rooted in the Dodd-Frank Act and various sections of the Exchange Act. Additionally, the document addresses the applicability of these rules to small entities, defining criteria for broker-dealers considered small entities under the Regulatory Flexibility Act (RFA)."
|
||||
},
|
||||
{
|
||||
"title": "Small Entities Subject to the Proposed Rule",
|
||||
"start_index": 381,
|
||||
"end_index": 382,
|
||||
"node_id": "0071",
|
||||
"summary": "The partial document discusses proposed amendments to SEC rules under Regulation Best Interest, specifically the addition of paragraph (a)(25) to Rule 17a-3 and revisions to Rule 17a-4(e)(5). These amendments would impose new record-making and record retention obligations on broker-dealers, requiring them to document and retain information collected from and provided to retail customers for six years. The legal basis for these changes is rooted in the Dodd-Frank Act and various sections of the Exchange Act. The document also addresses the impact on small entities, defining criteria for small broker-dealers and estimating that approximately 802 small entities would be affected. Additionally, it outlines the projected compliance requirements for small entities, including reporting, recordkeeping, and other obligations under the proposed rules."
|
||||
},
|
||||
{
|
||||
"title": "Projected Compliance Requirements of the Proposed Rule for Small Entities",
|
||||
"start_index": 382,
|
||||
"end_index": 383,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Conflict of Interest Obligations",
|
||||
"start_index": 383,
|
||||
"end_index": 386,
|
||||
"node_id": "0073",
|
||||
"summary": "The partial document discusses amendments to Rules 17a-3(a)(25) and 17a-4(e)(5) and their impact on small entities, focusing on compliance with proposed Regulation Best Interest. Key points include:\n\n1. **Conflict of Interest Obligations**: \n - Updating written policies and procedures with the help of outside and in-house legal counsel, with associated costs and burdens. \n - Identifying material conflicts of interest through technology modifications and ongoing reviews, involving costs for programmers and compliance personnel. \n\n2. **Training Requirements**: \n - Development of computerized training modules for registered representatives, including costs for external analysts and programmers. \n - Initial and ongoing training for representatives, with associated time and cost burdens. \n\nThe document provides detailed cost estimates and burden hours for small entities to comply with these obligations."
|
||||
},
|
||||
{
|
||||
"title": "Disclosure Obligations",
|
||||
"start_index": 387,
|
||||
"end_index": 394,
|
||||
"node_id": "0074",
|
||||
"summary": "The partial document discusses the disclosure obligations under the proposed Regulation Best Interest, focusing on the requirements for small entities to disclose material facts about their relationship with retail customers, including capacity, fees, charges, types, and scope of services, as well as material conflicts of interest. It provides detailed estimates of the initial and ongoing costs and burdens for small entities, including internal and external costs for drafting, reviewing, and delivering standardized disclosure documents. The document also addresses the obligations for updating disclosures annually and delivering amended documents in case of material changes. Additionally, it covers the record-making and recordkeeping obligations under proposed amendments to Rule 17a-3(a)(25) and Rule 17a-4(e)(5), noting that small entities are already making relevant records and would not face significant additional burdens. The document emphasizes compliance with the enhanced best interest standard and provides detailed calculations of time and cost estimates for various compliance activities."
|
||||
},
|
||||
{
|
||||
"title": "Obligation to Exercise Reasonable Diligence, Care, Skill and Prudence",
|
||||
"start_index": 394,
|
||||
"end_index": 394,
|
||||
"node_id": "0075",
|
||||
"summary": "The partial document discusses the obligations of small entities under proposed regulations, specifically focusing on the duty to exercise reasonable diligence, care, skill, and prudence when making recommendations, which is not expected to impose additional costs or burdens. It also addresses record-making and recordkeeping obligations under proposed amendments to Rule 17a-3(a)(25) and Rule 17a-4(e)(5). The document highlights that small entities are already maintaining records of customer investment profiles and would not face additional record-making obligations, except for ensuring compliance with the enhanced best interest standard of Regulation Best Interest."
|
||||
},
|
||||
{
|
||||
"title": "Record-Making and Recordkeeping Obligations",
|
||||
"start_index": 394,
|
||||
"end_index": 397,
|
||||
"node_id": "0076",
|
||||
"summary": "The partial document discusses the obligations of small entities under proposed amendments to regulations, specifically focusing on the following main points:\n\n1. **Obligation to Exercise Reasonable Diligence, Care, Skill, and Prudence**: The document emphasizes that this obligation would not impose additional costs or burdens on small entities beyond their current practices.\n\n2. **Record-Making Obligations**: Proposed Rule 17a-3(a)(25) would require broker-dealers, including small entities, to document information collected from and provided to retail customers under Regulation Best Interest. The document estimates the costs and time burdens for small entities to comply with these requirements, including amending existing account disclosure documents and identifying associated persons responsible for accounts.\n\n3. **Recordkeeping Obligations**: Small entities would need to retain specific records, such as relationship summaries, account disclosures, fee schedules, and conflict disclosures, for six years. The document outlines the initial and ongoing time burdens for small entities to integrate these requirements into their existing recordkeeping systems.\n\n4. **Consistency with Other Federal Rules**: The document analyzes potential overlaps or conflicts with other federal rules, such as the DOL Fiduciary Rule and related exemptions, concluding that the principles of Regulation Best Interest are generally consistent with these existing rules."
|
||||
}
|
||||
],
|
||||
"node_id": "0072",
|
||||
"summary": "The partial document discusses the compliance requirements and associated costs for small entities under the proposed Regulation Best Interest and amendments to Rules 17a-3 and 17a-4. It estimates the number of small retail broker-dealers affected and outlines the projected reporting, recordkeeping, and compliance obligations. Key points include the need for small entities to update written policies and procedures, identify material conflicts of interest, and develop training programs to ensure compliance. The document provides cost estimates for these obligations, including reliance on outside legal counsel and in-house review, and highlights the aggregate financial and time burdens for small entities."
|
||||
},
|
||||
{
|
||||
"title": "Duplicative, Overlapping, or Conflicting Federal Rules",
|
||||
"start_index": 397,
|
||||
"end_index": 398,
|
||||
"node_id": "0077",
|
||||
"summary": "The partial document discusses the estimated ongoing burden for small entities associated with the proposed amendment to Rule 17a-4(e)(5), calculated at 261.5 burden hours per year. It analyzes duplicative, overlapping, or conflicting federal rules, particularly comparing the principles of Regulation Best Interest with the DOL Fiduciary Rule and related exemptions, concluding they are generally consistent. The document also explores significant alternatives under the Regulatory Flexibility Act (RFA) to minimize the impact on small entities, such as differing compliance requirements, simplification of reporting, or exemptions. However, the Commission preliminarily concludes that exempting small broker-dealers or establishing different requirements would not achieve the proposal's objectives, emphasizing the importance of investor protection benefits for retail customers of both small and large broker-dealers. The proposal aims to enhance the quality of recommendations through a \"best interest\" obligation under the Exchange Act."
|
||||
},
|
||||
{
|
||||
"title": "Significant Alternatives",
|
||||
"start_index": 398,
|
||||
"end_index": 401,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Disclosure-Only Alternative",
|
||||
"start_index": 401,
|
||||
"end_index": 401,
|
||||
"node_id": "0079",
|
||||
"summary": "The partial document discusses two alternative approaches to regulatory obligations for broker-dealers. The first is the \"Disclosure-only alternative,\" which would require broker-dealers to disclose all material facts and conflicts but would not mandate acting in the best interest of customers. This approach is considered less effective in protecting retail customers and reducing investor harm compared to the proposed Regulation Best Interest. The second is the \"Principles-based alternative,\" which would allow broker-dealers to develop their own conduct standards based on their business models without specific regulatory requirements. This approach would rely on existing regulatory baselines, including disclosure obligations under antifraud provisions."
|
||||
},
|
||||
{
|
||||
"title": "Principles-Based Alternative",
|
||||
"start_index": 401,
|
||||
"end_index": 402,
|
||||
"node_id": "0080",
|
||||
"summary": "The partial document discusses three alternative regulatory approaches to the proposed Regulation Best Interest for broker-dealers:\n\n1. **Disclosure-Only Alternative**: This approach would require broker-dealers to disclose all material facts and conflicts of interest but would not mandate acting in the best interest of customers. While compliance costs for small entities would be lower than the proposed rule, this alternative is considered less effective in protecting retail customers and mitigating investor harm.\n\n2. **Principles-Based Alternative**: This approach would allow broker-dealers to develop their own conduct standards based on their business models, offering flexibility and potentially lower compliance costs. However, it is deemed less effective in providing clear standards for customer protection and could increase liability costs due to lack of clarity.\n\n3. **Enhanced Standards Akin to BIC Exemption**: This alternative would impose a fiduciary standard with disclosure and other requirements similar to the DOL\u2019s Best Interest Contract (BIC) Exemption, applying to all retail accounts. While it may reduce economic effects for broker-dealers already complying with the BIC Exemption, it could significantly increase costs for others.\n\nThe document evaluates these alternatives in terms of effectiveness, compliance costs, and customer protection compared to the proposed Regulation Best Interest."
|
||||
},
|
||||
{
|
||||
"title": "Enhanced Standards Akin to BIC Exemption",
|
||||
"start_index": 402,
|
||||
"end_index": 403,
|
||||
"node_id": "0081",
|
||||
"summary": "The partial document discusses the regulatory considerations and potential impacts of proposed Regulation Best Interest on broker-dealers, including small entities. It evaluates different approaches, such as a less prescriptive, principles-based standard and an enhanced fiduciary standard akin to the DOL\u2019s BIC Exemption. The document highlights the potential benefits and drawbacks of these approaches, including compliance costs, liability risks, and economic effects on retail customers and broker-dealers. It emphasizes the need for a clear and consistent best interest standard to protect retail customers while minimizing adverse impacts on small entities. Additionally, the document includes a request for public comments on the potential effects of Regulation Best Interest on small entities, compliance burdens, and related economic impacts, encouraging empirical data to support feedback."
|
||||
}
|
||||
],
|
||||
"node_id": "0078",
|
||||
"summary": "The partial document discusses the analysis of regulatory alternatives under the Regulatory Flexibility Act (RFA) to minimize the impact on small entities while achieving the objectives of proposed Regulation Best Interest and related amendments. Key points include:\n\n1. **Alternatives for Small Entities**: The document evaluates alternatives such as differing compliance requirements, simplification of reporting, performance-based standards, and exemptions for small entities. However, the Commission does not support exemptions or differing requirements for small broker-dealers, emphasizing consistent investor protection across all entities.\n\n2. **Investor Protection Goals**: The proposal aims to enhance the quality of broker-dealer recommendations to retail customers by establishing a \"best interest\" obligation, applicable to both small and large broker-dealers.\n\n3. **Flexibility in Compliance**: The proposal allows broker-dealers flexibility in meeting obligations, such as tailoring systems to their business models and focusing on areas of greatest risk. Small entities with fewer conflicts may require simpler policies.\n\n4. **Regulatory Alternatives Considered**: The Commission considered alternatives like a disclosure-only approach, a principles-based standard, a fiduciary standard, and an enhanced standard akin to the BIC Exemption. These alternatives were deemed less effective in protecting retail customers compared to the proposed rule.\n\n5. **Disclosure-Only Alternative**: This approach would require broker-dealers to disclose material facts and conflicts but would not mandate acting in the customer's best interest, making it less effective in reducing investor harm.\n\n6. **Principles-Based Alternative**: This would allow broker-dealers to develop their own conduct standards based on their business models but lacks the direct requirements of the proposed rule, potentially reducing its effectiveness in ensuring investor protection."
|
||||
},
|
||||
{
|
||||
"title": "General Request for Comment",
|
||||
"start_index": 403,
|
||||
"end_index": 403,
|
||||
"node_id": "0082",
|
||||
"summary": "The partial document discusses the potential economic and regulatory impacts of requiring broker-dealers to comply with a fiduciary standard and conditions similar to the BIC Exemption. It highlights concerns about costs to broker-dealers, including small entities, and the potential effects on retail customers and the investment advice market. The document also includes a general request for public comments on the impact of Regulation Best Interest, particularly on small entities, compliance burdens, and any unconsidered effects, encouraging empirical data to support feedback."
|
||||
}
|
||||
],
|
||||
"node_id": "0068",
|
||||
"summary": "The partial document discusses the following main points:\n\n1. **Major Rule Implications**: It outlines the criteria for a rule to be considered \"major,\" including significant cost increases for consumers or industries or adverse effects on competition, investment, or innovation. Major rules are subject to a 60-day delay for Congressional review.\n\n2. **Request for Comments**: The Commission seeks public comments on the potential impact of Regulation Best Interest and a proposed amendment to Rule 17a-4(e)(5) on the U.S. economy, costs for consumers or industries, and effects on competition, investment, or innovation. Commenters are encouraged to provide empirical data.\n\n3. **Regulatory Flexibility Act (RFA) Analysis**: The document highlights the RFA requirement for federal agencies to assess the impact of proposed rules on small entities. It notes that a regulatory flexibility analysis is not required if the proposed rules do not significantly impact a substantial number of small entities.\n\n4. **Proposed Regulation Best Interest**: The Commission proposes a standard of conduct for broker-dealers and associated persons when recommending securities transactions or investment strategies to retail customers. The standard requires acting in the best interest of the customer, disclosing material facts and conflicts of interest, and exercising reasonable diligence, care, and skill."
|
||||
},
|
||||
{
|
||||
"title": "STATUTORY AUTHORITY AND TEXT OF PROPOSED RULE",
|
||||
"start_index": 403,
|
||||
"end_index": 408,
|
||||
"node_id": "0083",
|
||||
"summary": "The partial document outlines the proposed \"Regulation Best Interest\" by the SEC, which establishes a fiduciary standard for broker-dealers when providing investment advice to retail customers. Key points include:\n\n1. **Best Interest Obligation**: Brokers and dealers must act in the best interest of retail customers, prioritizing the customer's interests over their own financial or other interests. This obligation is satisfied through:\n - **Disclosure Obligation**: Providing written disclosure of material facts, including conflicts of interest.\n - **Care Obligation**: Exercising diligence, care, and prudence to ensure recommendations align with the customer's investment profile and are not excessive.\n - **Conflict of Interest Obligation**: Establishing policies to identify, disclose, mitigate, or eliminate material conflicts of interest.\n\n2. **Definitions**: The document defines key terms such as \"Retail Customer\" and \"Retail Customer Investment Profile,\" which include factors like age, financial situation, risk tolerance, and investment objectives.\n\n3. **Recordkeeping Requirements**: Amendments to existing rules (\u00a7 240.17a-3 and \u00a7 240.17a-4) require brokers to maintain detailed records of customer information, recommendations, and associated persons responsible for accounts, with a retention period of six years.\n\n4. **Request for Comments**: The SEC seeks public input on the economic impact of the regulation, particularly on small entities, and invites empirical data on compliance burdens.\n\n5. **Statutory Authority**: The proposal is based on authority granted under the Dodd-Frank Act and the Securities Exchange Act of 1934.\n\nThe document emphasizes the regulatory framework's goal of enhancing investor protection while considering the economic implications for brokers, dealers, and small entities."
|
||||
}
|
||||
]
|
||||
}
|
||||
137
examples/documents/results/earthmover_structure.json
Normal file
137
examples/documents/results/earthmover_structure.json
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"doc_name": "earthmover.pdf",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Earth Mover\u2019s Distance based Similarity Search at Scale",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"node_id": "0000"
|
||||
},
|
||||
{
|
||||
"title": "ABSTRACT",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"node_id": "0001"
|
||||
},
|
||||
{
|
||||
"title": "INTRODUCTION",
|
||||
"start_index": 1,
|
||||
"end_index": 2,
|
||||
"node_id": "0002"
|
||||
},
|
||||
{
|
||||
"title": "PRELIMINARIES",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Computing the EMD",
|
||||
"start_index": 3,
|
||||
"end_index": 3,
|
||||
"node_id": "0004"
|
||||
},
|
||||
{
|
||||
"title": "Filter-and-Refinement Framework",
|
||||
"start_index": 3,
|
||||
"end_index": 4,
|
||||
"node_id": "0005"
|
||||
}
|
||||
],
|
||||
"node_id": "0003"
|
||||
},
|
||||
{
|
||||
"title": "SCALING UP SSP",
|
||||
"start_index": 4,
|
||||
"end_index": 5,
|
||||
"node_id": "0006"
|
||||
},
|
||||
{
|
||||
"title": "BOOSTING THE REFINEMENT PHASE",
|
||||
"start_index": 5,
|
||||
"end_index": 5,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Analysis of EMD Calculation",
|
||||
"start_index": 5,
|
||||
"end_index": 6,
|
||||
"node_id": "0008"
|
||||
},
|
||||
{
|
||||
"title": "Progressive Bounding",
|
||||
"start_index": 6,
|
||||
"end_index": 6,
|
||||
"node_id": "0009"
|
||||
},
|
||||
{
|
||||
"title": "Sensitivity to Refinement Order",
|
||||
"start_index": 6,
|
||||
"end_index": 7,
|
||||
"node_id": "0010"
|
||||
},
|
||||
{
|
||||
"title": "Dynamic Refinement Ordering",
|
||||
"start_index": 7,
|
||||
"end_index": 8,
|
||||
"node_id": "0011"
|
||||
},
|
||||
{
|
||||
"title": "Running Upper Bound",
|
||||
"start_index": 8,
|
||||
"end_index": 8,
|
||||
"node_id": "0012"
|
||||
}
|
||||
],
|
||||
"node_id": "0007"
|
||||
},
|
||||
{
|
||||
"title": "EXPERIMENTAL EVALUATION",
|
||||
"start_index": 8,
|
||||
"end_index": 9,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Performance Improvement",
|
||||
"start_index": 9,
|
||||
"end_index": 10,
|
||||
"node_id": "0014"
|
||||
},
|
||||
{
|
||||
"title": "Scalability Experiments",
|
||||
"start_index": 10,
|
||||
"end_index": 11,
|
||||
"node_id": "0015"
|
||||
},
|
||||
{
|
||||
"title": "Parameter Tuning in DRO",
|
||||
"start_index": 11,
|
||||
"end_index": 12,
|
||||
"node_id": "0016"
|
||||
}
|
||||
],
|
||||
"node_id": "0013"
|
||||
},
|
||||
{
|
||||
"title": "RELATED WORK",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0017"
|
||||
},
|
||||
{
|
||||
"title": "CONCLUSION",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0018"
|
||||
},
|
||||
{
|
||||
"title": "ACKNOWLEDGMENT",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0019"
|
||||
},
|
||||
{
|
||||
"title": "REFERENCES",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0020"
|
||||
}
|
||||
]
|
||||
}
|
||||
333
examples/documents/results/four-lectures_structure.json
Normal file
333
examples/documents/results/four-lectures_structure.json
Normal file
|
|
@ -0,0 +1,333 @@
|
|||
{
|
||||
"doc_name": "four-lectures.pdf",
|
||||
"structure": [
|
||||
{
|
||||
"title": "Preface",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"node_id": "0000"
|
||||
},
|
||||
{
|
||||
"title": "ML at a Glance",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "An ML session",
|
||||
"start_index": 2,
|
||||
"end_index": 3,
|
||||
"node_id": "0002"
|
||||
},
|
||||
{
|
||||
"title": "Types and Values",
|
||||
"start_index": 3,
|
||||
"end_index": 4,
|
||||
"node_id": "0003"
|
||||
},
|
||||
{
|
||||
"title": "Recursive Functions",
|
||||
"start_index": 4,
|
||||
"end_index": 4,
|
||||
"node_id": "0004"
|
||||
},
|
||||
{
|
||||
"title": "Raising Exceptions",
|
||||
"start_index": 4,
|
||||
"end_index": 5,
|
||||
"node_id": "0005"
|
||||
},
|
||||
{
|
||||
"title": "Structures",
|
||||
"start_index": 5,
|
||||
"end_index": 6,
|
||||
"node_id": "0006"
|
||||
},
|
||||
{
|
||||
"title": "Signatures",
|
||||
"start_index": 6,
|
||||
"end_index": 7,
|
||||
"node_id": "0007"
|
||||
},
|
||||
{
|
||||
"title": "Coercive Signature Matching",
|
||||
"start_index": 7,
|
||||
"end_index": 8,
|
||||
"node_id": "0008"
|
||||
},
|
||||
{
|
||||
"title": "Functor Declaration",
|
||||
"start_index": 8,
|
||||
"end_index": 9,
|
||||
"node_id": "0009"
|
||||
},
|
||||
{
|
||||
"title": "Functor Application",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"node_id": "0010"
|
||||
},
|
||||
{
|
||||
"title": "Summary",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"node_id": "0011"
|
||||
}
|
||||
],
|
||||
"node_id": "0001"
|
||||
},
|
||||
{
|
||||
"title": "Programming with ML Modules",
|
||||
"start_index": 10,
|
||||
"end_index": 10,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Introduction",
|
||||
"start_index": 10,
|
||||
"end_index": 11,
|
||||
"node_id": "0013"
|
||||
},
|
||||
{
|
||||
"title": "Signatures",
|
||||
"start_index": 11,
|
||||
"end_index": 12,
|
||||
"node_id": "0014"
|
||||
},
|
||||
{
|
||||
"title": "Structures",
|
||||
"start_index": 12,
|
||||
"end_index": 13,
|
||||
"node_id": "0015"
|
||||
},
|
||||
{
|
||||
"title": "Functors",
|
||||
"start_index": 13,
|
||||
"end_index": 14,
|
||||
"node_id": "0016"
|
||||
},
|
||||
{
|
||||
"title": "Substructures",
|
||||
"start_index": 14,
|
||||
"end_index": 15,
|
||||
"node_id": "0017"
|
||||
},
|
||||
{
|
||||
"title": "Sharing",
|
||||
"start_index": 15,
|
||||
"end_index": 16,
|
||||
"node_id": "0018"
|
||||
},
|
||||
{
|
||||
"title": "Building the System",
|
||||
"start_index": 16,
|
||||
"end_index": 17,
|
||||
"node_id": "0019"
|
||||
},
|
||||
{
|
||||
"title": "Separate Compilation",
|
||||
"start_index": 17,
|
||||
"end_index": 18,
|
||||
"node_id": "0020"
|
||||
},
|
||||
{
|
||||
"title": "Good Style",
|
||||
"start_index": 18,
|
||||
"end_index": 18,
|
||||
"node_id": "0021"
|
||||
},
|
||||
{
|
||||
"title": "Bad Style",
|
||||
"start_index": 18,
|
||||
"end_index": 19,
|
||||
"node_id": "0022"
|
||||
}
|
||||
],
|
||||
"node_id": "0012"
|
||||
},
|
||||
{
|
||||
"title": "The Static Semantics of Modules",
|
||||
"start_index": 20,
|
||||
"end_index": 20,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Elaboration",
|
||||
"start_index": 20,
|
||||
"end_index": 21,
|
||||
"node_id": "0024"
|
||||
},
|
||||
{
|
||||
"title": "Names",
|
||||
"start_index": 21,
|
||||
"end_index": 21,
|
||||
"node_id": "0025"
|
||||
},
|
||||
{
|
||||
"title": "Decorating Structures",
|
||||
"start_index": 21,
|
||||
"end_index": 21,
|
||||
"node_id": "0026"
|
||||
},
|
||||
{
|
||||
"title": "Decorating Signatures",
|
||||
"start_index": 22,
|
||||
"end_index": 23,
|
||||
"node_id": "0027"
|
||||
},
|
||||
{
|
||||
"title": "Signature Instantiation",
|
||||
"start_index": 23,
|
||||
"end_index": 24,
|
||||
"node_id": "0028"
|
||||
},
|
||||
{
|
||||
"title": "Signature Matching",
|
||||
"start_index": 24,
|
||||
"end_index": 25,
|
||||
"node_id": "0029"
|
||||
},
|
||||
{
|
||||
"title": "Signature Constraints",
|
||||
"start_index": 25,
|
||||
"end_index": 25,
|
||||
"node_id": "0030"
|
||||
},
|
||||
{
|
||||
"title": "Decorating Functors",
|
||||
"start_index": 26,
|
||||
"end_index": 26,
|
||||
"node_id": "0031"
|
||||
},
|
||||
{
|
||||
"title": "External Sharing",
|
||||
"start_index": 26,
|
||||
"end_index": 27,
|
||||
"node_id": "0032"
|
||||
},
|
||||
{
|
||||
"title": "Functors with Arguments",
|
||||
"start_index": 27,
|
||||
"end_index": 28,
|
||||
"node_id": "0033"
|
||||
},
|
||||
{
|
||||
"title": "Sharing Between Argument and Result",
|
||||
"start_index": 28,
|
||||
"end_index": 28,
|
||||
"node_id": "0034"
|
||||
},
|
||||
{
|
||||
"title": "Explicit Result Signatures",
|
||||
"start_index": 28,
|
||||
"end_index": 29,
|
||||
"node_id": "0035"
|
||||
}
|
||||
],
|
||||
"node_id": "0023"
|
||||
},
|
||||
{
|
||||
"title": "Implementing an Interpreter in ML",
|
||||
"start_index": 30,
|
||||
"end_index": 32,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Version 1: The Bare Typechecker",
|
||||
"start_index": 32,
|
||||
"end_index": 33,
|
||||
"node_id": "0037"
|
||||
},
|
||||
{
|
||||
"title": "Version 2: Adding Lists and Polymorphism",
|
||||
"start_index": 33,
|
||||
"end_index": 37,
|
||||
"node_id": "0038"
|
||||
},
|
||||
{
|
||||
"title": "Version 3: A Different Implementation of Types",
|
||||
"start_index": 37,
|
||||
"end_index": 39,
|
||||
"node_id": "0039"
|
||||
},
|
||||
{
|
||||
"title": "Version 4: Introducing Variables and Let",
|
||||
"start_index": 39,
|
||||
"end_index": 43,
|
||||
"node_id": "0040"
|
||||
},
|
||||
{
|
||||
"title": "Acknowledgement",
|
||||
"start_index": 43,
|
||||
"end_index": 43,
|
||||
"node_id": "0041"
|
||||
}
|
||||
],
|
||||
"node_id": "0036"
|
||||
},
|
||||
{
|
||||
"title": "Appendix A: The Bare Interpreter",
|
||||
"start_index": 44,
|
||||
"end_index": 44,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Syntax",
|
||||
"start_index": 44,
|
||||
"end_index": 44,
|
||||
"node_id": "0043"
|
||||
},
|
||||
{
|
||||
"title": "Parsing",
|
||||
"start_index": 44,
|
||||
"end_index": 45,
|
||||
"node_id": "0044"
|
||||
},
|
||||
{
|
||||
"title": "Environments",
|
||||
"start_index": 45,
|
||||
"end_index": 45,
|
||||
"node_id": "0045"
|
||||
},
|
||||
{
|
||||
"title": "Evaluation",
|
||||
"start_index": 45,
|
||||
"end_index": 46,
|
||||
"node_id": "0046"
|
||||
},
|
||||
{
|
||||
"title": "Type Checking",
|
||||
"start_index": 46,
|
||||
"end_index": 46,
|
||||
"node_id": "0047"
|
||||
},
|
||||
{
|
||||
"title": "The Interpreter",
|
||||
"start_index": 46,
|
||||
"end_index": 47,
|
||||
"node_id": "0048"
|
||||
},
|
||||
{
|
||||
"title": "The Evaluator",
|
||||
"start_index": 47,
|
||||
"end_index": 48,
|
||||
"node_id": "0049"
|
||||
},
|
||||
{
|
||||
"title": "The Typechecker",
|
||||
"start_index": 48,
|
||||
"end_index": 49,
|
||||
"node_id": "0050"
|
||||
},
|
||||
{
|
||||
"title": "The Basics",
|
||||
"start_index": 50,
|
||||
"end_index": 52,
|
||||
"node_id": "0051"
|
||||
}
|
||||
],
|
||||
"node_id": "0042"
|
||||
},
|
||||
{
|
||||
"title": "Appendix B: Files",
|
||||
"start_index": 53,
|
||||
"end_index": 53,
|
||||
"node_id": "0052"
|
||||
}
|
||||
]
|
||||
}
|
||||
311
examples/documents/results/q1-fy25-earnings_structure.json
Normal file
311
examples/documents/results/q1-fy25-earnings_structure.json
Normal file
|
|
@ -0,0 +1,311 @@
|
|||
{
|
||||
"doc_name": "q1-fy25-earnings.pdf",
|
||||
"doc_description": "A comprehensive financial report detailing The Walt Disney Company's first-quarter fiscal 2025 performance, including revenue growth, segment highlights, guidance for fiscal 2025, and key financial metrics such as adjusted EPS, operating income, and cash flow.",
|
||||
"structure": [
|
||||
{
|
||||
"title": "THE WALT DISNEY COMPANY REPORTS FIRST QUARTER EARNINGS FOR FISCAL 2025",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Financial Results for the Quarter",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Key Points",
|
||||
"start_index": 1,
|
||||
"end_index": 1,
|
||||
"node_id": "0002",
|
||||
"summary": "The partial document outlines The Walt Disney Company's financial performance for the first fiscal quarter of 2025, ending December 28, 2024. Key points include:\n\n1. **Financial Results**: \n - Revenue increased by 5% to $24.7 billion.\n - Income before taxes rose by 27% to $3.7 billion.\n - Diluted EPS grew by 35% to $1.40.\n - Total segment operating income increased by 31% to $5.1 billion, with adjusted EPS up 44% to $1.76.\n\n2. **Entertainment Segment**:\n - Operating income increased by $0.8 billion to $1.7 billion.\n - Direct-to-Consumer operating income rose by $431 million to $293 million, with advertising revenue (excluding Disney+ Hotstar in India) up 16%.\n - Disney+ and Hulu subscriptions increased by 0.9 million, while Disney+ subscribers decreased by 0.7 million.\n - Content sales/licensing income grew by $536 million, driven by the success of *Moana 2*.\n\n3. **Sports Segment**:\n - Operating income increased by $350 million to $247 million.\n - Domestic ESPN advertising revenue grew by 15%.\n\n4. **Experiences Segment**:\n - Operating income remained at $3.1 billion, with a 6 percentage-point adverse impact due to Hurricanes Milton and Helene and pre-opening expenses for the Disney Treasure.\n - Domestic Parks & Experiences income declined by 5%, while International Parks & Experiences income increased by 28%."
|
||||
}
|
||||
],
|
||||
"node_id": "0001",
|
||||
"summary": "The partial document is a report from The Walt Disney Company detailing its financial performance for the first fiscal quarter of 2025, ending December 28, 2024. Key points include:\n\n1. **Financial Performance**:\n - Revenue increased by 5% to $24.7 billion.\n - Income before taxes rose by 27% to $3.7 billion.\n - Diluted EPS grew by 35% to $1.40.\n - Total segment operating income increased by 31% to $5.1 billion, with adjusted EPS up 44% to $1.76.\n\n2. **Segment Highlights**:\n - **Entertainment**: Operating income increased by $0.8 billion to $1.7 billion. Direct-to-Consumer income rose by $431 million, though advertising revenue declined 2% (up 16% excluding Disney+ Hotstar in India). Disney+ and Hulu subscriptions increased slightly, while Disney+ subscribers decreased by 0.7 million. Content sales/licensing income grew, driven by the success of *Moana 2*.\n - **Sports**: Operating income increased by $350 million to $247 million, with ESPN domestic advertising revenue up 15%.\n - **Experiences**: Operating income remained at $3.1 billion, with adverse impacts from hurricanes and pre-opening expenses for the Disney Treasure. Domestic Parks & Experiences income declined by 5%, while International Parks & Experiences income rose by 28%.\n\n3. **Additional Notes**:\n - Non-GAAP financial measures are used for certain metrics.\n - Disney+ Hotstar in India saw a significant decline in advertising revenue compared to the previous year."
|
||||
},
|
||||
{
|
||||
"title": "Guidance and Outlook",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Star India deconsolidated in Q1",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"node_id": "0004",
|
||||
"summary": "The partial document outlines Disney's financial guidance and outlook for fiscal 2025, including the deconsolidation of Star India and its impact on operating income for the Entertainment and Sports segments. It highlights expectations for Q2 fiscal 2025, such as a modest decline in Disney+ subscribers, adverse impacts on Sports segment income, and pre-opening expenses for Disney Cruise Line. For fiscal 2025, the company projects high-single-digit adjusted EPS growth, $15 billion in cash from operations, and segment operating income growth across Entertainment, Sports, and Experiences. The CEO emphasizes strong Q1 results, including box office success, improved profitability in streaming, advancements in ESPN\u2019s digital strategy, and continued investments in the Experiences segment, expressing confidence in Disney's growth strategy."
|
||||
},
|
||||
{
|
||||
"title": "Q2 Fiscal 2025",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"node_id": "0005",
|
||||
"summary": "The partial document outlines Disney's financial guidance and outlook for fiscal 2025, including the deconsolidation of Star India and its impact on operating income for the Entertainment and Sports segments. It highlights expectations for Q2 fiscal 2025, such as a modest decline in Disney+ subscribers, adverse impacts on Sports segment income, and pre-opening expenses for Disney Cruise Line. For the full fiscal year 2025, it projects high-single-digit adjusted EPS growth, $15 billion in cash from operations, and segment operating income growth across Entertainment, Sports, and Experiences. The CEO emphasizes Disney's strong start to the fiscal year, citing achievements in box office performance, improved streaming profitability, ESPN's digital strategy, and the enduring appeal of the Experiences segment."
|
||||
},
|
||||
{
|
||||
"title": "Fiscal Year 2025",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"node_id": "0006",
|
||||
"summary": "The partial document outlines Disney's financial guidance and outlook for fiscal 2025, including the deconsolidation of Star India and its impact on operating income for the Entertainment and Sports segments. It highlights expectations for Q2 fiscal 2025, such as a modest decline in Disney+ subscribers, adverse impacts on Sports segment income, and pre-opening expenses for Disney Cruise Line. For the full fiscal year 2025, it projects high-single-digit adjusted EPS growth, $15 billion in cash from operations, and segment operating income growth across Entertainment, Sports, and Experiences. The CEO emphasizes Disney's creative and financial strength, strong box office performance, improved streaming profitability, advancements in ESPN's digital strategy, and continued global investments in the Experiences segment."
|
||||
}
|
||||
],
|
||||
"node_id": "0003",
|
||||
"summary": "The partial document outlines Disney's financial guidance and outlook for fiscal 2025, including the deconsolidation of Star India and its impact on operating income for the Entertainment and Sports segments. It highlights expectations for Q2 fiscal 2025, such as a modest decline in Disney+ subscribers, adverse impacts on Sports segment income, and pre-opening expenses for Disney Cruise Line. For the full fiscal year 2025, it projects high-single-digit adjusted EPS growth, $15 billion in cash from operations, and segment operating income growth across Entertainment, Sports, and Experiences. The CEO emphasizes strong Q1 results, including box office success, improved profitability in streaming, advancements in ESPN\u2019s digital strategy, and continued investment in global experiences."
|
||||
},
|
||||
{
|
||||
"title": "Message From Our CEO",
|
||||
"start_index": 2,
|
||||
"end_index": 2,
|
||||
"node_id": "0007",
|
||||
"summary": "The partial document outlines Disney's financial guidance and outlook for fiscal 2025, including the deconsolidation of Star India and its impact on operating income for the Entertainment and Sports segments. It highlights expectations for Q2 fiscal 2025, such as a modest decline in Disney+ subscribers, adverse impacts on Sports segment income, and pre-opening expenses for Disney Cruise Line. For the full fiscal year 2025, it projects high-single-digit adjusted EPS growth, $15 billion in cash from operations, and segment operating income growth across Entertainment, Sports, and Experiences. The CEO emphasizes strong Q1 results, including box office success, improved profitability in streaming, advancements in ESPN\u2019s digital strategy, and continued investment in global experiences."
|
||||
}
|
||||
],
|
||||
"node_id": "0000",
|
||||
"summary": "The partial document is a report from The Walt Disney Company detailing its financial performance for the first fiscal quarter of 2025, ending December 28, 2024. Key points include:\n\n1. **Financial Results**: \n - Revenue increased by 5% to $24.7 billion. \n - Income before taxes rose by 27% to $3.7 billion. \n - Diluted EPS grew by 35% to $1.40. \n - Total segment operating income increased by 31% to $5.1 billion, and adjusted EPS rose by 44% to $1.76. \n\n2. **Entertainment Segment**: \n - Operating income increased by $0.8 billion to $1.7 billion. \n - Direct-to-Consumer operating income rose by $431 million to $293 million, with advertising revenue up 16% (excluding Disney+ Hotstar in India). \n - Disney+ and Hulu subscriptions increased by 0.9 million, while Disney+ subscribers decreased by 0.7 million. \n - Content sales/licensing income grew by $536 million, driven by the success of *Moana 2*. \n\n3. **Sports Segment**: \n - Operating income increased by $350 million to $247 million. \n - Domestic ESPN advertising revenue grew by 15%. \n\n4. **Experiences Segment**: \n - Operating income remained at $3.1 billion, with a 6 percentage-point adverse impact due to Hurricanes Milton and Helene and pre-opening expenses for the Disney Treasure. \n - Domestic Parks & Experiences income declined by 5%, while International Parks & Experiences income increased by 28%. \n\nThe report also includes non-GAAP financial measures and notes the impact of Disney+ Hotstar's advertising revenue in India."
|
||||
},
|
||||
{
|
||||
"title": "SUMMARIZED FINANCIAL RESULTS",
|
||||
"start_index": 3,
|
||||
"end_index": 3,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "SUMMARIZED SEGMENT FINANCIAL RESULTS",
|
||||
"start_index": 3,
|
||||
"end_index": 3,
|
||||
"node_id": "0009",
|
||||
"summary": "The partial document provides a summarized overview of financial results for the first quarter of fiscal years 2025 and 2024. Key points include:\n\n1. **Overall Financial Performance**:\n - Revenues increased by 5% from $23,549 million in 2024 to $24,690 million in 2025.\n - Income before income taxes rose by 27%.\n - Total segment operating income grew by 31%.\n - Diluted EPS increased by 35%, and diluted EPS excluding certain items rose by 44%.\n - Cash provided by operations increased by 47%, while free cash flow decreased by 17%.\n\n2. **Segment Financial Results**:\n - Revenue growth was observed in the Entertainment segment (9%) and Experiences segment (3%), while Sports revenue remained flat.\n - Segment operating income for Entertainment increased significantly by 95%, while Sports shifted from a loss to a positive income. Experiences segment operating income remained stable.\n\n3. **Non-GAAP Measures**:\n - The document highlights the use of non-GAAP financial measures such as total segment operating income, diluted EPS excluding certain items, and free cash flow, with references to further details and reconciliations provided elsewhere in the report."
|
||||
}
|
||||
],
|
||||
"node_id": "0008",
|
||||
"summary": "The partial document provides a summarized overview of financial results for the first quarter of fiscal years 2025 and 2024. Key points include:\n\n1. **Overall Financial Performance**:\n - Revenues increased by 5% from $23,549 million in 2024 to $24,690 million in 2025.\n - Income before income taxes rose by 27%.\n - Total segment operating income grew by 31%.\n - Diluted EPS increased by 35%, and diluted EPS excluding certain items rose by 44%.\n - Cash provided by operations increased by 47%, while free cash flow decreased by 17%.\n\n2. **Segment Financial Results**:\n - Revenue growth was observed in the Entertainment segment (9%) and Experiences segment (3%), while Sports revenue remained flat.\n - Segment operating income for Entertainment increased significantly by 95%, while Sports shifted from a loss to a positive income. Experiences segment operating income remained stable.\n\n3. **Non-GAAP Measures**:\n - The document highlights the use of non-GAAP financial measures such as total segment operating income, diluted EPS excluding certain items, and free cash flow, with references to further details and reconciliations provided in later sections."
|
||||
},
|
||||
{
|
||||
"title": "DISCUSSION OF FIRST QUARTER SEGMENT RESULTS",
|
||||
"start_index": 4,
|
||||
"end_index": 4,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Star India",
|
||||
"start_index": 4,
|
||||
"end_index": 4,
|
||||
"node_id": "0011",
|
||||
"summary": "The partial document discusses the first-quarter segment results, focusing on the Star India joint venture formed between the Company and Reliance Industries Limited (RIL) on November 14, 2024. The joint venture combines Star-branded entertainment and sports television channels, Disney+ Hotstar, and certain RIL-controlled media businesses, with RIL holding a 56% controlling interest, the Company holding 37%, and a third-party investment company holding 7%. The Company now recognizes its 37% share of the joint venture\u2019s results under \"Equity in the income of investees.\" Additionally, the document provides financial results for the Entertainment segment, showing a 9% increase in total revenues and a 95% increase in operating income compared to the prior-year quarter. The growth in operating income is attributed to improved results in Content Sales/Licensing and Direct-to-Consumer, partially offset by a decline in Linear Networks."
|
||||
},
|
||||
{
|
||||
"title": "Entertainment",
|
||||
"start_index": 4,
|
||||
"end_index": 4,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Linear Networks",
|
||||
"start_index": 5,
|
||||
"end_index": 5,
|
||||
"node_id": "0013",
|
||||
"summary": "The partial document provides financial performance details for Linear Networks and Direct-to-Consumer segments for the quarters ending December 28, 2024, and December 30, 2023. Key points include:\n\n1. **Linear Networks**:\n - Revenue decreased by 7%, with domestic revenue remaining flat and international revenue declining by 31%.\n - Operating income decreased by 11%, with domestic income stable and international income dropping by 39%.\n - Domestic operating income was impacted by higher programming costs (due to the 2023 guild strikes), lower affiliate revenue (fewer subscribers), lower technology costs, and higher advertising revenue (driven by political advertising but offset by lower viewership).\n - International operating income decline was attributed to the Star India Transaction.\n - Equity income from investees decreased due to lower income from A+E Television Networks, reduced advertising and affiliate revenue, and the absence of a prior-year gain from an investment sale.\n\n2. **Direct-to-Consumer**:\n - Revenue increased by 9%, driven by higher subscription revenue due to increased pricing and more subscribers, partially offset by unfavorable foreign exchange impacts.\n - Operating income improved significantly, moving from a loss in the prior year to a profit, reflecting subscription revenue growth."
|
||||
},
|
||||
{
|
||||
"title": "Direct-to-Consumer",
|
||||
"start_index": 5,
|
||||
"end_index": 7,
|
||||
"node_id": "0014",
|
||||
"summary": "The partial document provides a financial performance overview of various segments for the quarter ended December 28, 2024, compared to the prior-year quarter. Key points include:\n\n1. **Linear Networks**:\n - Revenue decreased by 7%, with domestic revenue flat and international revenue down 31%.\n - Operating income decreased by 11%, with domestic income flat and international income down 39%, primarily due to the Star India transaction.\n - Equity income from investees declined by 29%, driven by lower income from A+E Television Networks and the absence of a prior-year gain on an investment sale.\n\n2. **Direct-to-Consumer (DTC)**:\n - Revenue increased by 9%, and operating income improved significantly from a loss of $138 million to a profit of $293 million.\n - Growth was driven by higher subscription revenue due to pricing increases and more subscribers, partially offset by higher costs and lower advertising revenue.\n - Key metrics showed slight changes in Disney+ and Hulu subscriber numbers, with increases in average monthly revenue per paid subscriber due to pricing adjustments.\n\n3. **Content Sales/Licensing and Other**:\n - Revenue increased by 34%, and operating income improved significantly, driven by strong theatrical performance, particularly from \"Moana 2,\" and contributions from \"Mufasa: The Lion King.\"\n\n4. **Sports**:\n - ESPN revenue grew by 8%, with domestic and international segments showing increases, while Star India revenue dropped by 90%.\n - Operating income for ESPN improved by 15%, while Star India shifted from a loss to a small profit.\n\nThe document highlights revenue trends, operating income changes, and key drivers for each segment, including programming costs, subscriber growth, pricing adjustments, and content performance."
|
||||
},
|
||||
{
|
||||
"title": "Content Sales/Licensing and Other",
|
||||
"start_index": 7,
|
||||
"end_index": 7,
|
||||
"node_id": "0015",
|
||||
"summary": "The partial document discusses the financial performance of Disney's streaming services, content sales, and sports segment. Key points include:\n\n1. **Disney+ Revenue**: Domestic and international Disney+ average monthly revenue per paid subscriber increased due to pricing hikes, partially offset by promotional offerings. International revenue also benefited from higher advertising revenue.\n\n2. **Hulu Revenue**: Hulu SVOD Only revenue remained stable, with pricing increases offsetting lower advertising revenue. Hulu Live TV + SVOD revenue increased due to pricing hikes.\n\n3. **Content Sales/Licensing**: Revenue and operating income improved significantly, driven by strong theatrical distribution results, particularly from \"Moana 2,\" and contributions from \"Mufasa: The Lion King.\"\n\n4. **Sports Revenue**: ESPN domestic and international revenues grew, while Star India revenue declined sharply. Operating income for ESPN improved, with domestic income slightly down and international losses reduced. Star India showed a notable recovery in operating income."
|
||||
}
|
||||
],
|
||||
"node_id": "0012",
|
||||
"summary": "The partial document discusses the first-quarter segment results, focusing on the Star India joint venture formed between the Company and Reliance Industries Limited (RIL) on November 14, 2024. The joint venture combines Star-branded entertainment and sports television channels and the Disney+ Hotstar service in India, with RIL holding a 56% controlling interest, the Company holding 37%, and a third-party investment company holding 7%. The Company now recognizes its 37% share of the joint venture\u2019s results under \u201cEquity in the income of investees.\u201d Additionally, the document provides financial results for the Entertainment segment, showing a 9% increase in total revenues compared to the prior year, driven by growth in Direct-to-Consumer and Content Sales/Licensing and Other, despite a decline in Linear Networks. Operating income increased by 95%, primarily due to improved results in Content Sales/Licensing and Other and Direct-to-Consumer, partially offset by a decrease in Linear Networks."
|
||||
},
|
||||
{
|
||||
"title": "Sports",
|
||||
"start_index": 7,
|
||||
"end_index": 7,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Domestic ESPN",
|
||||
"start_index": 8,
|
||||
"end_index": 8,
|
||||
"node_id": "0017",
|
||||
"summary": "The partial document discusses the financial performance of ESPN, including domestic and international operations, as well as Star India, for the current quarter compared to the prior-year quarter. Key points include:\n\n1. **Domestic ESPN**: \n - Decrease in operating results due to higher programming and production costs, primarily from expanded college football programming rights and changes in the College Football Playoff (CFP) format.\n - Increase in advertising revenue due to higher rates.\n - Revenue from sub-licensing CFP programming rights.\n - Affiliate revenue remained comparable, with rate increases offset by fewer subscribers.\n\n2. **International ESPN**: \n - Decrease in operating loss driven by higher fees from the Entertainment segment for Disney+ sports content.\n - Increased programming and production costs due to higher soccer rights costs.\n - Lower affiliate revenue due to fewer subscribers.\n\n3. **Star India**: \n - Improved operating results due to the absence of significant cricket events in the current quarter compared to the prior-year quarter, which included the ICC Cricket World Cup.\n\n4. **Key Metrics for ESPN+**:\n - Paid subscribers decreased from 25.6 million to 24.9 million.\n - Average monthly revenue per paid subscriber increased from $5.94 to $6.36, driven by pricing increases and higher advertising revenue."
|
||||
},
|
||||
{
|
||||
"title": "International ESPN",
|
||||
"start_index": 8,
|
||||
"end_index": 8,
|
||||
"node_id": "0018",
|
||||
"summary": "The partial document discusses the financial performance of ESPN, including domestic and international operations, as well as Star India, for the current quarter compared to the prior-year quarter. Key points include:\n\n1. **Domestic ESPN**: \n - Decrease in operating results due to higher programming and production costs, primarily from expanded college football programming rights and changes in the College Football Playoff (CFP) format.\n - Increase in advertising revenue due to higher rates.\n - Revenue from sub-licensing CFP programming rights.\n - Affiliate revenue remained comparable, with rate increases offset by fewer subscribers.\n\n2. **International ESPN**: \n - Decrease in operating loss driven by higher fees from the Entertainment segment for Disney+ sports content.\n - Increased programming and production costs due to higher soccer rights costs.\n - Lower affiliate revenue due to fewer subscribers.\n\n3. **Star India**: \n - Improved operating results due to the absence of significant cricket events in the current quarter compared to the ICC Cricket World Cup in the prior-year quarter.\n\n4. **Key Metrics for ESPN+**:\n - Paid subscribers decreased from 25.6 million to 24.9 million.\n - Average monthly revenue per paid subscriber increased from $5.94 to $6.36, driven by pricing increases and higher advertising revenue."
|
||||
},
|
||||
{
|
||||
"title": "Star India",
|
||||
"start_index": 8,
|
||||
"end_index": 8,
|
||||
"node_id": "0019",
|
||||
"summary": "The partial document discusses the financial performance of ESPN, including domestic and international operations, as well as Star India, for a specific quarter. Key points include:\n\n1. **Domestic ESPN**: \n - Decrease in operating results due to higher programming and production costs, primarily from expanded college football programming rights, including additional College Football Playoff (CFP) games under a revised format.\n - Increase in advertising revenue due to higher rates.\n - Revenue from sub-licensing CFP programming rights.\n - Affiliate revenue remained comparable to the prior year due to effective rate increases offset by fewer subscribers.\n\n2. **International ESPN**: \n - Decrease in operating loss driven by higher fees from the Entertainment segment for sports content on Disney+.\n - Increased programming and production costs due to higher soccer rights costs.\n - Lower affiliate revenue due to fewer subscribers.\n\n3. **Star India**: \n - Improvement in operating results due to the absence of significant cricket events in the current quarter compared to the prior year, which included the ICC Cricket World Cup.\n\n4. **Key Metrics for ESPN+**:\n - Paid subscribers decreased from 25.6 million to 24.9 million.\n - Average monthly revenue per paid subscriber increased from $5.94 to $6.36, driven by pricing increases and higher advertising revenue."
|
||||
}
|
||||
],
|
||||
"node_id": "0016",
|
||||
"summary": "The partial document discusses the financial performance of Disney's streaming services, content sales, and sports segment. Key points include:\n\n1. **Disney+ Revenue**: Domestic and international Disney+ average monthly revenue per paid subscriber increased due to pricing hikes, partially offset by promotional offerings. International revenue also benefited from higher advertising revenue.\n\n2. **Hulu Revenue**: Hulu SVOD Only revenue remained stable, with pricing increases offsetting lower advertising revenue. Hulu Live TV + SVOD revenue increased due to pricing hikes.\n\n3. **Content Sales/Licensing**: Revenue and operating income improved significantly, driven by strong theatrical performance, particularly from \"Moana 2,\" and contributions from \"Mufasa: The Lion King.\"\n\n4. **Sports Revenue**: ESPN domestic and international revenues grew, while Star India revenue declined sharply. Operating income for ESPN improved, with domestic income slightly down and international income showing significant recovery. Star India showed a notable turnaround in operating income."
|
||||
},
|
||||
{
|
||||
"title": "Experiences",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"node_id": "0020",
|
||||
"summary": "The partial document provides financial performance details for the Parks & Experiences segment, including revenues and operating income for domestic and international operations, as well as consumer products. It highlights a 3% increase in total revenue and stable operating income compared to the prior year. Domestic parks and experiences were negatively impacted by hurricanes, leading to lower volumes and higher costs, despite increased guest spending. International parks and experiences saw growth in operating income due to higher guest spending, increased attendance, and new offerings. The document also notes increased corporate expenses due to a legal settlement and a $143 million loss related to the Star India Transaction."
|
||||
}
|
||||
],
|
||||
"node_id": "0010",
|
||||
"summary": "The partial document discusses the first-quarter segment results, focusing on the Star India joint venture formed between the Company and Reliance Industries Limited (RIL) on November 14, 2024. The joint venture combines Star-branded entertainment and sports television channels, Disney+ Hotstar, and certain RIL-controlled media businesses, with RIL holding a 56% controlling interest, the Company holding 37%, and a third-party investment company holding 7%. The Company now recognizes its 37% share of the joint venture\u2019s results under \"Equity in the income of investees.\" Additionally, the document provides financial results for the Entertainment segment, showing a 9% increase in total revenues and a 95% increase in operating income compared to the prior-year quarter. The growth in operating income is attributed to improved results in Content Sales/Licensing and Direct-to-Consumer, partially offset by a decline in Linear Networks."
|
||||
},
|
||||
{
|
||||
"title": "OTHER FINANCIAL INFORMATION",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Corporate and Unallocated Shared Expenses",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"node_id": "0022",
|
||||
"summary": "The partial document provides a financial overview of revenues and operating income for Parks & Experiences, including Domestic, International, and Consumer Products segments, comparing the quarters ending December 28, 2024, and December 30, 2023. It highlights a 3% increase in overall revenue and stable operating income. Domestic Parks and Experiences were negatively impacted by Hurricanes Milton and Helene, leading to closures, cancellations, higher costs, and lower attendance, despite increased guest spending. International Parks and Experiences saw growth in operating income due to higher guest spending, increased attendance, and new offerings, offset by higher costs. The document also notes a $152 million increase in corporate and unallocated shared expenses due to a legal settlement and a $143 million loss related to the Star India Transaction."
|
||||
},
|
||||
{
|
||||
"title": "Restructuring and Impairment Charges",
|
||||
"start_index": 9,
|
||||
"end_index": 9,
|
||||
"node_id": "0023",
|
||||
"summary": "The partial document provides financial performance details for the Parks & Experiences segment, including revenues and operating income for domestic and international operations, as well as consumer products. It highlights a 3% increase in overall revenue and stable operating income compared to the prior year. Domestic parks and experiences were negatively impacted by hurricanes, leading to lower volumes and higher costs, despite increased guest spending. International parks and experiences saw growth in operating income due to higher guest spending, increased attendance, and new offerings, though costs also rose. Additionally, corporate and unallocated shared expenses increased due to a legal settlement, and a $143 million loss was recorded related to the Star India Transaction."
|
||||
},
|
||||
{
|
||||
"title": "Interest Expense, net",
|
||||
"start_index": 10,
|
||||
"end_index": 10,
|
||||
"node_id": "0024",
|
||||
"summary": "The partial document provides a financial analysis of interest expense, net, equity in the income of investees, and income taxes for the quarters ending December 28, 2024, and December 30, 2023. Key points include:\n\n1. **Interest Expense, Net**: A decrease in interest expense due to lower average rates and debt balances, partially offset by reduced capitalized interest. Interest income and investment income declined due to lower cash balances, pension-related costs, and investment losses compared to prior-year gains.\n\n2. **Equity in the Income of Investees**: A $89 million decrease in income from investees, primarily due to lower income from A+E and losses from the India joint venture.\n\n3. **Income Taxes**: An increase in the effective income tax rate from 25.1% to 27.8%, driven by a non-cash tax charge related to the Star India Transaction, partially offset by favorable adjustments related to prior years, lower foreign tax rates, and a comparison to unfavorable prior-year effects of employee share-based awards."
|
||||
},
|
||||
{
|
||||
"title": "Equity in the Income of Investees",
|
||||
"start_index": 10,
|
||||
"end_index": 10,
|
||||
"node_id": "0025",
|
||||
"summary": "The partial document provides a financial analysis of interest expense, net, equity in the income of investees, and income taxes for the quarters ended December 28, 2024, and December 30, 2023. It highlights a decrease in net interest expense due to lower average rates and debt balances, offset by reduced capitalized interest. Interest income and investment income declined due to lower cash balances, pension-related costs, and investment losses. Equity income from investees decreased significantly, driven by lower income from A+E and losses from the India joint venture. The effective income tax rate increased due to a non-cash tax charge related to the Star India Transaction, partially offset by favorable adjustments related to prior years, lower foreign tax rates, and a comparison to unfavorable prior-year effects."
|
||||
},
|
||||
{
|
||||
"title": "Income Taxes",
|
||||
"start_index": 10,
|
||||
"end_index": 10,
|
||||
"node_id": "0026",
|
||||
"summary": "The partial document provides a financial analysis of interest expense, net, equity in the income of investees, and income taxes for the quarters ended December 28, 2024, and December 30, 2023. It highlights a decrease in net interest expense due to lower average rates and debt balances, offset by reduced capitalized interest. Interest income and investment income declined due to lower cash balances, pension-related costs, and investment losses. Equity income from investees dropped significantly, driven by lower income from A+E and losses from the India joint venture. The effective income tax rate increased due to a non-cash tax charge related to the Star India Transaction, partially offset by favorable adjustments related to prior years, lower foreign tax rates, and a comparison to unfavorable prior-year effects."
|
||||
},
|
||||
{
|
||||
"title": "Noncontrolling Interests",
|
||||
"start_index": 11,
|
||||
"end_index": 11,
|
||||
"node_id": "0027",
|
||||
"summary": "The partial document covers two main points:\n\n1. **Noncontrolling Interests**: It discusses the net income attributable to noncontrolling interests, which decreased by 63% compared to the prior-year quarter. The decrease is attributed to the prior-year accretion of NBC Universal\u2019s interest in Hulu. The calculation of net income attributable to noncontrolling interests is based on income after royalties, management fees, financing costs, and income taxes.\n\n2. **Cash from Operations**: It details cash provided by operations and free cash flow, showing an increase in cash provided by operations by $1.0 billion to $3.2 billion in the current quarter. The increase is driven by lower tax payments, higher operating income at Entertainment, and higher film and television production spending, along with the timing of payments for sports rights. Free cash flow decreased by $147 million compared to the prior-year quarter."
|
||||
},
|
||||
{
|
||||
"title": "Cash from Operations",
|
||||
"start_index": 11,
|
||||
"end_index": 11,
|
||||
"node_id": "0028",
|
||||
"summary": "The partial document covers two main points:\n\n1. **Noncontrolling Interests**: It discusses the net income attributable to noncontrolling interests, which decreased by 63% in the quarter ended December 28, 2024, compared to the prior-year quarter. The decrease is attributed to the prior-year accretion of NBC Universal\u2019s interest in Hulu. The calculation of net income attributable to noncontrolling interests includes royalties, management fees, financing costs, and income taxes.\n\n2. **Cash from Operations**: It details cash provided by operations and free cash flow for the quarter ended December 28, 2024, compared to the prior-year quarter. Cash provided by operations increased by $1.0 billion, driven by lower tax payments, higher operating income at Entertainment, and higher film and television production spending, along with the timing of payments for sports rights. Free cash flow decreased by $147 million due to increased investments in parks, resorts, and other property."
|
||||
},
|
||||
{
|
||||
"title": "Capital Expenditures",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0029",
|
||||
"summary": "The partial document provides details on capital expenditures and depreciation expenses for parks, resorts, and other properties. It highlights an increase in capital expenditures from $1.3 billion to $2.5 billion, primarily due to higher spending on cruise ship fleet expansion in the Experiences segment. The document also breaks down investments and depreciation expenses by category (Entertainment, Sports, Domestic and International Experiences, and Corporate) for the quarters ending December 28, 2024, and December 30, 2023. Depreciation expenses increased from $823 million to $909 million, with detailed figures provided for each segment."
|
||||
},
|
||||
{
|
||||
"title": "Depreciation Expense",
|
||||
"start_index": 12,
|
||||
"end_index": 12,
|
||||
"node_id": "0030",
|
||||
"summary": "The partial document provides details on capital expenditures and depreciation expenses for parks, resorts, and other properties. It highlights an increase in capital expenditures from $1.3 billion to $2.5 billion, primarily due to higher spending on cruise ship fleet expansion in the Experiences segment. The breakdown of investments and depreciation expenses is provided for Entertainment, Sports, Domestic and International Experiences, and Corporate segments for the quarters ending December 28, 2024, and December 30, 2023. Depreciation expenses also increased from $823 million to $909 million, with detailed segment-wise allocations."
|
||||
}
|
||||
],
|
||||
"node_id": "0021",
|
||||
"summary": "The partial document provides a financial overview of revenues and operating income for Parks & Experiences, including Domestic, International, and Consumer Products segments, comparing the quarters ending December 28, 2024, and December 30, 2023. It highlights a 3% increase in total revenue and stable operating income. Domestic Parks and Experiences were negatively impacted by Hurricanes Milton and Helene, leading to closures, cancellations, higher costs, and lower attendance, despite increased guest spending. International Parks and Experiences saw growth in operating income due to higher guest spending, increased attendance, and new offerings, offset by increased costs. The document also notes a rise in corporate and unallocated shared expenses due to a legal settlement and a $143 million loss related to the Star India Transaction."
|
||||
},
|
||||
{
|
||||
"title": "THE WALT DISNEY COMPANY CONDENSED CONSOLIDATED STATEMENTS OF INCOME",
|
||||
"start_index": 13,
|
||||
"end_index": 13,
|
||||
"node_id": "0031",
|
||||
"summary": "The partial document provides a condensed consolidated statement of income for The Walt Disney Company for the quarters ended December 28, 2024, and December 30, 2023. It includes details on revenues, costs and expenses, restructuring and impairment charges, net interest expense, equity in the income of investees, income before income taxes, income taxes, and net income. It also breaks down net income attributable to noncontrolling interests and The Walt Disney Company. Additionally, it provides earnings per share (diluted and basic) and the weighted average number of shares outstanding (diluted and basic) for both periods."
|
||||
},
|
||||
{
|
||||
"title": "THE WALT DISNEY COMPANY CONDENSED CONSOLIDATED BALANCE SHEETS",
|
||||
"start_index": 14,
|
||||
"end_index": 14,
|
||||
"node_id": "0032",
|
||||
"summary": "The partial document is a condensed consolidated balance sheet for The Walt Disney Company, comparing financial data as of December 28, 2024, and September 28, 2024. It details the company's assets, liabilities, and equity. Key points include:\n\n1. **Assets**: Breakdown of current assets (cash, receivables, inventories, content advances, and other assets), produced and licensed content costs, investments, property (attractions, buildings, equipment, projects in progress, and land), intangible assets, goodwill, and other assets. Total assets increased slightly from $196.2 billion to $197 billion.\n\n2. **Liabilities**: Includes current liabilities (accounts payable, borrowings, deferred revenue), long-term borrowings, deferred income taxes, and other long-term liabilities. Total liabilities remained relatively stable.\n\n3. **Equity**: Details Disney shareholders' equity, including common stock, retained earnings, accumulated other comprehensive loss, and treasury stock. Noncontrolling interests are also included. Total equity increased from $105.5 billion to $106.7 billion.\n\n4. **Overall Financial Position**: The balance sheet reflects a stable financial position with slight changes in assets, liabilities, and equity over the period."
|
||||
},
|
||||
{
|
||||
"title": "THE WALT DISNEY COMPANY CONDENSED CONSOLIDATED STATEMENTS OF CASH FLOWS",
|
||||
"start_index": 15,
|
||||
"end_index": 15,
|
||||
"node_id": "0033",
|
||||
"summary": "The partial document provides a condensed consolidated statement of cash flows for The Walt Disney Company for the quarters ended December 28, 2024, and December 30, 2023. It details cash flow activities categorized into operating, investing, and financing activities. Key points include:\n\n1. **Operating Activities**: Net income increased from $2,151 million in 2023 to $2,644 million in 2024. Other significant changes include variations in depreciation, deferred taxes, equity income, content costs, and changes in operating assets and liabilities, resulting in cash provided by operations of $3,205 million in 2024 compared to $2,185 million in 2023.\n\n2. **Investing Activities**: Investments in parks, resorts, and other properties increased significantly in 2024 ($2,466 million) compared to 2023 ($1,299 million), leading to higher cash used in investing activities.\n\n3. **Financing Activities**: The company saw a net cash outflow in financing activities, including commercial paper borrowings, stock repurchases, and debt reduction. In 2024, cash used in financing activities was $997 million, a significant improvement from $8,006 million in 2023.\n\n4. **Exchange Rate Impact**: Exchange rates negatively impacted cash in 2024 by $153 million, compared to a positive impact of $79 million in 2023.\n\n5. **Overall Cash Position**: The company\u2019s cash, cash equivalents, and restricted cash decreased from $14,235 million at the beginning of the 2023 period to $5,582 million at the end of the 2024 period."
|
||||
},
|
||||
{
|
||||
"title": "DTC PRODUCT DESCRIPTIONS AND KEY DEFINITIONS",
|
||||
"start_index": 16,
|
||||
"end_index": 16,
|
||||
"node_id": "0034",
|
||||
"summary": "The partial document provides an overview of Disney's Direct-to-Consumer (DTC) product offerings, key definitions, and metrics. It details the availability of Disney+, ESPN+, and Hulu as standalone services or bundled offerings in the U.S., including Hulu Live TV + SVOD, which incorporates Disney+ and ESPN+. It explains the global reach of Disney+ in over 150 countries and the various purchase channels, including websites, third-party platforms, and wholesale arrangements. The document defines \"paid subscribers\" as those generating subscription revenue, excluding extra member add-ons, and outlines how subscribers are counted for multi-product offerings. It also describes the calculation of average monthly revenue per paid subscriber for Hulu, ESPN+, and Disney+, including revenue components like subscription fees, advertising, and add-ons, while noting differences in revenue allocation and the impact of wholesale arrangements on average revenue."
|
||||
},
|
||||
{
|
||||
"title": "NON-GAAP FINANCIAL MEASURES",
|
||||
"start_index": 17,
|
||||
"end_index": 17,
|
||||
"nodes": [
|
||||
{
|
||||
"title": "Diluted EPS excluding certain items",
|
||||
"start_index": 17,
|
||||
"end_index": 18,
|
||||
"node_id": "0036",
|
||||
"summary": "The partial document discusses the use of non-GAAP financial measures, specifically diluted EPS excluding certain items (adjusted EPS), total segment operating income, and free cash flow. It explains that these measures are not defined by GAAP but are important for evaluating the company's performance. The document highlights that these measures should be reviewed alongside comparable GAAP measures and may not be directly comparable to similar measures from other companies. It provides details on the adjustments made to diluted EPS, including the exclusion of certain items affecting comparability and amortization of TFCF and Hulu intangible assets, to better reflect operational performance. The document also includes a reconciliation table comparing reported diluted EPS to adjusted EPS for specific quarters, showing the impact of excluded items such as restructuring charges and intangible asset amortization. Additionally, it notes the challenges in providing forward-looking GAAP measures due to unpredictable factors."
|
||||
},
|
||||
{
|
||||
"title": "Total segment operating income",
|
||||
"start_index": 19,
|
||||
"end_index": 20,
|
||||
"node_id": "0037",
|
||||
"summary": "The partial document focuses on the evaluation of the company's performance through two key financial metrics: total segment operating income and free cash flow. It explains that total segment operating income is used to assess the performance of operating segments separately from non-operational factors, providing insights into operational results. A reconciliation table is provided, showing the calculation of total segment operating income for two quarters, highlighting changes in various components such as corporate expenses, restructuring charges, and interest expenses. Additionally, the document discusses free cash flow as a measure of cash available for purposes beyond capital expenditures, such as debt servicing, acquisitions, and shareholder returns. A summary of consolidated cash flows and a reconciliation of cash provided by operations to free cash flow are presented, comparing figures for two quarters and highlighting changes in cash flow components."
|
||||
},
|
||||
{
|
||||
"title": "Free cash flow",
|
||||
"start_index": 20,
|
||||
"end_index": 20,
|
||||
"node_id": "0038",
|
||||
"summary": "The partial document provides a reconciliation of the company's consolidated cash provided by operations to free cash flow for the quarters ended December 28, 2024, and December 30, 2023. It highlights a $1,020 million increase in cash provided by operations, a $1,167 million increase in investments in parks, resorts, and other property, and a $147 million decrease in free cash flow."
|
||||
}
|
||||
],
|
||||
"node_id": "0035",
|
||||
"summary": "The partial document discusses the use of non-GAAP financial measures by the company, including diluted EPS excluding certain items (adjusted EPS), total segment operating income, and free cash flow. It explains that these measures are not defined by GAAP but are important for evaluating the company's performance. The document emphasizes that these measures should be reviewed alongside comparable GAAP measures and may not be directly comparable to similar measures from other companies. It highlights the company's inability to provide forward-looking GAAP measures or reconciliations due to uncertainties in predicting significant items. Additionally, the document details the rationale for excluding certain items and amortization of TFCF and Hulu intangible assets from diluted EPS to enhance comparability and provide a clearer evaluation of operational performance, particularly given the significant impact of the 2019 TFCF and Hulu acquisition."
|
||||
},
|
||||
{
|
||||
"title": "FORWARD-LOOKING STATEMENTS",
|
||||
"start_index": 21,
|
||||
"end_index": 21,
|
||||
"node_id": "0039",
|
||||
"summary": "The partial document outlines the inclusion of forward-looking statements in an earnings release, emphasizing that these statements are based on management's views and assumptions about future events and business performance. It highlights that actual results may differ materially due to various factors, including company actions (e.g., restructuring, strategic initiatives, cost rationalization), external developments (e.g., economic conditions, competition, consumer behavior, regulatory changes, technological advancements, labor market activities, and natural disasters), and their potential impacts on operations, profitability, content performance, advertising markets, and taxation. The document also references additional risk factors and analyses detailed in the company's filings with the SEC, such as annual and quarterly reports."
|
||||
},
|
||||
{
|
||||
"title": "PREPARED EARNINGS REMARKS AND CONFERENCE CALL INFORMATION",
|
||||
"start_index": 22,
|
||||
"end_index": 22,
|
||||
"node_id": "0040",
|
||||
"summary": "The partial document provides information about The Walt Disney Company's prepared management remarks and a conference call scheduled for February 5, 2025, at 8:30 AM EST/5:30 AM PST, accessible via a live webcast on their investor website. It also mentions that a replay of the webcast will be available on the site. Additionally, contact details for Corporate Communications (David Jefferson) and Investor Relations (Carlos Gomez) are provided."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -18,10 +18,10 @@ Steps:
|
|||
"""
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import asyncio
|
||||
import concurrent.futures
|
||||
import requests
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
|
|
@ -32,9 +32,10 @@ from openai.types.responses import ResponseTextDeltaEvent, ResponseReasoningSumm
|
|||
from pageindex import PageIndexClient
|
||||
import pageindex.utils as utils
|
||||
|
||||
_EXAMPLES_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
PDF_URL = "https://arxiv.org/pdf/2603.15031"
|
||||
PDF_PATH = "tests/pdfs/attention-residuals.pdf"
|
||||
WORKSPACE = "./pageindex_workspace"
|
||||
PDF_PATH = os.path.join(_EXAMPLES_DIR, "documents", "attention-residuals.pdf")
|
||||
WORKSPACE = os.path.join(_EXAMPLES_DIR, "workspace")
|
||||
|
||||
AGENT_SYSTEM_PROMPT = """
|
||||
You are PageIndex, a document QA assistant.
|
||||
|
|
@ -147,16 +148,16 @@ client = PageIndexClient(workspace=WORKSPACE)
|
|||
print("=" * 60)
|
||||
print("Step 1: Indexing PDF and inspecting tree structure")
|
||||
print("=" * 60)
|
||||
_id_cache = Path(WORKSPACE).expanduser() / "demo_doc_id.txt"
|
||||
if _id_cache.exists() and (doc_id := _id_cache.read_text().strip()) in client.documents:
|
||||
doc_id = next((did for did, doc in client.documents.items()
|
||||
if doc.get('doc_name') == os.path.basename(PDF_PATH)), None)
|
||||
if doc_id:
|
||||
print(f"\nLoaded cached doc_id: {doc_id}")
|
||||
else:
|
||||
doc_id = client.index(PDF_PATH)
|
||||
_id_cache.parent.mkdir(parents=True, exist_ok=True)
|
||||
_id_cache.write_text(doc_id)
|
||||
print(f"\nIndexed. doc_id: {doc_id}")
|
||||
print("\nTree Structure (top-level sections):")
|
||||
utils.print_tree(client.documents[doc_id]["structure"])
|
||||
structure = json.loads(client.get_document_structure(doc_id))
|
||||
utils.print_tree(structure)
|
||||
|
||||
# ── Step 2: Document Metadata ──────────────────────────────────────────────────
|
||||
print("\n" + "=" * 60)
|
||||
|
|
|
|||
274
examples/workspace/12345678-abcd-4321-abcd-123456789abc.json
Normal file
274
examples/workspace/12345678-abcd-4321-abcd-123456789abc.json
Normal file
File diff suppressed because one or more lines are too long
9
examples/workspace/_meta.json
Normal file
9
examples/workspace/_meta.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"12345678-abcd-4321-abcd-123456789abc": {
|
||||
"type": "pdf",
|
||||
"doc_name": "attention-residuals.pdf",
|
||||
"doc_description": "This document introduces \"Attention Residuals\" (AttnRes) and its scalable variant \"Block AttnRes,\" novel mechanisms for replacing fixed residual accumulation in neural networks with learned, input-dependent depth-wise attention, addressing limitations of standard residual connections while optimizing memory, computation, and scalability for large-scale training and inference.",
|
||||
"page_count": 21,
|
||||
"path": "../documents/attention-residuals.pdf"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue