You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add API wrappers, tests, and comprehensive README with response examples
- Add DownloadApi class (inherits RenderApi for backward compat), AuditFeesApi,
EdgarIndexApi, and 3 new FormAdvApi methods (get_other_business_names, get_separately_managed_accounts, get_financial_industry_affiliations)
- Update Download API endpoint from archive.sec-api.io to edgar-mirror.sec-api.io
- Add integration test suite (40 tests) covering all API classes
- Add collapsible response examples to all README sections with full example
response links, matching the NPM package structure
- Split Form ADV, Insider Trading (Form 3/4/5), and Form N-PX into sub-sections
- Add Bulk Datasets section, Quick Start code, and complete TOC with verified links
- Add examples/api-responses/ with JSON response files for all APIs
"summary": "The SEC has instituted public administrative proceedings against Accell Audit & Compliance, PA, resulting in a suspension and a $75,000 penalty for failing to exercise due professional care in auditing Ignite International Brands, Ltd.'s financial statements.",
28
+
"tags": [
29
+
"auditing misconduct",
30
+
"fraudulent financial reporting"
31
+
],
32
+
"entities": [
33
+
{
34
+
"name": "Accell Audit & Compliance, PA",
35
+
"type": "company",
36
+
"role": "respondent"
37
+
},
38
+
{
39
+
"name": "Ignite International Brands, Ltd.",
40
+
"type": "company",
41
+
"role": "entity audited"
42
+
}
43
+
],
44
+
"complaints": [
45
+
"Accell failed to exercise due professional care or skepticism, or to obtain sufficient appropriate audit evidence for a significant, unusual sale to an Ignite-related party that did not occur during the reporting period.",
46
+
"Accell staff knew about, but failed to address, inconsistencies and contradictory evidence, and misrepresented the timing and facts of the supposed sale.",
47
+
"Accell issued an unqualified audit opinion on Ignite’s 2020 financial statements, falsely stating its opinion that the statements 'present fairly, in all material respects, the financial position of the company'.",
48
+
"Accell’s actions aided and abetted Ignite’s fraudulent financial reporting."
49
+
],
50
+
"parallelActionsTakenBy": [],
51
+
"hasAgreedToSettlement": true,
52
+
"hasAgreedToPayPenalty": true,
53
+
"penaltyAmounts": [
54
+
{
55
+
"penaltyAmount": "75000",
56
+
"penaltyAmountText": "$75,000",
57
+
"imposedOn": "Accell Audit & Compliance, PA"
58
+
}
59
+
],
60
+
"requestedRelief": [
61
+
"suspension from appearing or practicing before the Commission"
0 commit comments